id	summary	reporter	owner	description	type	status	priority	component	version	severity	resolution	keywords	cc
212	Tiny Menu kills PrefBar	Manuel Reimer	t-bone	"Hello,

I've received several requests about Tiny Menu in past. The problem is, that PrefBar (prefbar.mozdev.org) has a *dynamic* menu, which gets destroyed as soon as it's moved around by ""deleting and recreating"".

Could you please add the following lines at the end of the code, you use to move the menus:

if (""prefbarBrowserToolboxCustomizeDone"" in window) {
  window.prefbarBrowserToolboxCustomizeDone();
}

This would tell PrefBar ""something changed in the Toolbox"" and so allow it to re-render the menu."	enhancement	closed	minor	Tiny Menu		Feature	fixed		Manuel.Spam@…
