Closed
Bug 980130
Opened 11 years ago
Closed 11 years ago
Bookmarks menu button breaks after reset if it used to be in the panel
Categories
(Firefox :: Toolbars and Customization, defect)
Firefox
Toolbars and Customization
Tracking
()
VERIFIED
FIXED
Firefox 30
People
(Reporter: Gijs, Assigned: Gijs)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, Whiteboard: [Australis:P3+][fixed-on-fx-team])
Attachments
(1 file)
|
7.31 KB,
patch
|
jaws
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
It should listen for onWidgetReset as well.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8386787 -
Flags: review?(jaws)
Comment 2•11 years ago
|
||
Comment on attachment 8386787 [details] [diff] [review]
bookmarks button breaks after reset in Australis customize mode,
Review of attachment 8386787 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/base/content/browser-places.js
@@ +1178,3 @@
>
> + onWidgetRemoved: function BUI_widgetRemoved(aWidgetId) {
> + if (aWidgetId == "bookmarks-menu-button") {
it would be swell if this ID was a defined as a constant somewhere.
::: browser/components/customizableui/src/CustomizableUI.jsm
@@ +2470,5 @@
> * Fired after a reset to default placements moves a widget's node to a
> * different location. aNode is the widget's node, aContainer is the
> * area it was moved into (NB: it might already have been there and been
> * moved to a different position!)
> + * - onWidgetUndoReset(aNode, aContainer)
Can we rename this to onWidgetUndoMove so that it will be future compatible with when we allow undo's of single item moves?
Attachment #8386787 -
Flags: review?(jaws) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Whiteboard: [Australis:P3+] → [Australis:P3+][fixed-on-fx-team]
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 30
| Assignee | ||
Comment 6•11 years ago
|
||
Comment on attachment 8386787 [details] [diff] [review]
bookmarks button breaks after reset in Australis customize mode,
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Australis
User impact if declined: bookmarks menu doesn't behave correctly under certain circumstances
Testing completed (on m-c, etc.): on m-c
Risk to taking this patch (and alternatives if risky): low - we would have noticed significant issues by now.
String or IDL/UUID changes made by this patch: none
Attachment #8386787 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
status-firefox29:
--- → affected
status-firefox30:
--- → fixed
Updated•11 years ago
|
Attachment #8386787 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 7•11 years ago
|
||
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•