Ticket #212 (closed enhancement: fixed)

Opened 12 months ago

Last modified 4 months ago

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

Changed 12 months ago by t-bone

  • status changed from new to accepted

Changed 10 months ago by anonymous

thank you

Changed 4 months ago by t-bone

  • status changed from accepted to closed
  • resolution set to fixed

(In [569]) Fixes #212

  • Interoperate safely with the PrefBar extension.

Add/Change #212 (Tiny Menu kills PrefBar)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.