Closed
Bug 963779
Opened 11 years ago
Closed 11 years ago
JavaScript error: chrome://browser/content/customizableui/panelUI.js, line 343: this.hide is not a function
Categories
(Firefox :: Toolbars and Customization, defect)
Firefox
Toolbars and Customization
Tracking
()
RESOLVED
FIXED
Firefox 29
People
(Reporter: avih, Assigned: Gijs)
References
(Blocks 1 open bug)
Details
(Whiteboard: [Australis:P4])
Attachments
(1 file, 2 obsolete files)
3.73 KB,
patch
|
mconley
:
review+
|
Details | Diff | Splinter Review |
Whenever I click menu -> '?' -> About Nightly, I get the following error at the console (the command line console, not the browser console):
JavaScript error: chrome://browser/content/customizableui/panelUI.js, line 343: this.hide is not a function
I saw it on windows 7, mconley reproduced it on OS X.
Updated•11 years ago
|
Blocks: australis-merge
Comment 1•11 years ago
|
||
This doesn't appear to break functionality, but we still shouldn't have this - marking as P4 for now.
Whiteboard: [Australis:P4]
Updated•11 years ago
|
OS: Windows 7 → All
Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(gijskruitbosch+bugs)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(gijskruitbosch+bugs)
Comment 3•11 years ago
|
||
Comment on attachment 8365670 [details] [diff] [review]
fix Australis issue with |this| not being |PanelUI|,
PanelUI should be the event listener here rather than PanelUI.onCommandHandler, to prevent this kind of issue. This code could move in handleEvent or handleEvent could call onCommandHandler.
Attachment #8365670 -
Flags: review?(mconley) → review-
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8365979 -
Flags: review?(mconley)
Assignee | ||
Updated•11 years ago
|
Attachment #8365670 -
Attachment is obsolete: true
Assignee | ||
Updated•11 years ago
|
Attachment #8365979 -
Attachment is obsolete: true
Attachment #8365979 -
Flags: review?(mconley)
Comment 6•11 years ago
|
||
Comment on attachment 8365980 [details] [diff] [review]
use handleEvent for Australis command handler,
Review of attachment 8365980 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM - let's roll.
Attachment #8365980 -
Flags: review?(mconley) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Whiteboard: [Australis:P4] → [Australis:P4][fixed-in-fx-team]
Comment 8•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [Australis:P4][fixed-in-fx-team] → [Australis:P4]
Target Milestone: --- → Firefox 29
You need to log in
before you can comment on or make changes to this bug.
Description
•