Closed
Bug 457597
Opened 17 years ago
Closed 16 years ago
Javascript errors when restoring default set in customized toolbars
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 521808
People
(Reporter: whimboo, Unassigned)
Details
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b1pre) Gecko/20080927020752 Minefield/3.1b1pre ID:20080927020752
After adding a new toolbar and reverting to the default set afterwards some Javascript errors are thrown:
Error: a._updateVisibleText is not a function
Source File: chrome://global/content/bindings/textbox.xml
Line: 210
Error: a.initialize is not a function
Source File: chrome://browser/content/search/search.xml
Line: 498
Error: t.updateChevron is not a function
Source File: chrome://browser/content/places/toolbar.xml
Line: 72
Steps to reproduce:
1. Open the customize panel
2. Add a new toolbar and give it a name
3. Drag&Drop a button to the new toolbar
4. Click on Done to dismiss the dialog
5. Open the dialog again
6. Click on "Restore Default Set"
=> Several Javascript errors listed above are thrown.
I'm not able to reproduce it on Windows. Looks like an OS X only issue.
Comment 1•16 years ago
|
||
(In reply to comment #0)
> Error: a._updateVisibleText is not a function
> Source File: chrome://global/content/bindings/textbox.xml
> Line: 210
this is bug 402573
> Error: a.initialize is not a function
> Source File: chrome://browser/content/search/search.xml
> Line: 498
this is bug 521808
> Error: t.updateChevron is not a function
> Source File: chrome://browser/content/places/toolbar.xml
> Line: 72
fixed by bug 382466
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•