Ticket #212 (closed enhancement: fixed)
Tiny Menu kills PrefBar
| Reported by: | Manuel Reimer | Owned by: | t-bone |
|---|---|---|---|
| Priority: | minor | Component: | Tiny Menu |
| Version: | Severity: | Feature | |
| Keywords: | Cc: | Manuel.Spam@… |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.