Closed
Bug 1081914
Opened 11 years ago
Closed 7 years ago
BookmarkingUI's CustomizableUI listener needs an onAreaNodeRegistered handler
Categories
(Firefox :: Toolbars and Customization, defect)
Firefox
Toolbars and Customization
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: quicksaver, Unassigned)
Details
BookmarkingUI (http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser-places.js) only initializes the star on widget events. But if a custom toolbar is registered later and the widget is automatically added to it, those events don't fire.
An onAreaNodeRegistered is necessary that also calls BookmarkingUI._onWidgetWasMoved() accordingly. Obviously I can do this easily within the add-on, but I'm not sure if this is something you'd want to fix for all possible similar situations within firefox code itself, so I thought I'd mention it.
(PS There are probably other native widgets that also need a similar fix when initializing, but this is the only one I've run into so far. Let me know if you think this is better fixed on firefox's side, and I'll try to round up any others if they exist.)
Updated•11 years ago
|
Status: UNCONFIRMED → NEW
Points: --- → 2
Ever confirmed: true
Flags: qe-verify-
Flags: in-testsuite+
Flags: firefox-backlog+
Comment 1•7 years ago
|
||
The star portion is now fixed in the url bar / page action panel, so we don't need to do this anymore.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•