Closed
Bug 299873
Opened 20 years ago
Closed 20 years ago
javascript error "strings has no properties" when opening help menu in bookmark manager
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox1.5
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Keywords: regression)
Attachments
(2 files, 2 obsolete files)
779 bytes,
patch
|
benjamin
:
review+
asa
:
approval-aviary1.1a2+
|
Details | Diff | Splinter Review |
1.01 KB,
patch
|
benjamin
:
review+
asa
:
approval1.8b4+
|
Details | Diff | Splinter Review |
Opening the help menu of the bookmark manager following js error is thrown:
Error: strings has no properties
Source File: chrome://browser/content/utilityOverlay.js
Line: 430
Assignee | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
The stringbundle should be added at
http://lxr.mozilla.org/mozilla/source/browser/base/content/baseMenuOverlay.xul#130
, otherwise it won't work on Mac or in the DOM Inspector.
Updated•20 years ago
|
Attachment #188466 -
Flags: review?(benjamin) → review+
Comment 3•20 years ago
|
||
Comment on attachment 188466 [details] [diff] [review]
patch adds missed stringbundleset to bookmarksManager.xul
comment 1 is right, minusing.
Attachment #188466 -
Flags: review+ → review-
Assignee | ||
Comment 4•20 years ago
|
||
Thank you Gavin. I didn't saw it on my Linux build. DOMi was just working
correctly but I don't have a Mac.
Attachment #188554 -
Flags: review?(benjamin)
Assignee | ||
Comment 5•20 years ago
|
||
Thank you Gavin. I didn't saw it on my Linux build. DOMi was just working
correctly but I don't have a Mac.
Attachment #188466 -
Attachment is obsolete: true
Attachment #188555 -
Flags: review?(benjamin)
Assignee | ||
Updated•20 years ago
|
Attachment #188554 -
Attachment is obsolete: true
Attachment #188554 -
Flags: review?(benjamin)
Updated•20 years ago
|
Attachment #188555 -
Flags: review?(benjamin) → review+
Assignee | ||
Updated•20 years ago
|
Attachment #188555 -
Flags: approval-aviary1.1a2?
Updated•20 years ago
|
Attachment #188555 -
Flags: approval-aviary1.1a2? → approval-aviary1.1a2+
Assignee | ||
Updated•20 years ago
|
Whiteboard: [checkin needed]
Assignee | ||
Comment 6•20 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Assignee | ||
Updated•20 years ago
|
Target Milestone: --- → Firefox1.1
Assignee | ||
Updated•20 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 7•20 years ago
|
||
The bundle was already defined in browser-sets.inc which is also included by
browser.xul. We have to remove it there.
Attachment #188863 -
Flags: review?(benjamin)
Updated•20 years ago
|
Attachment #188863 -
Flags: review?(benjamin) → review+
Assignee | ||
Updated•20 years ago
|
Attachment #188863 -
Flags: approval-aviary1.1a2?
Updated•20 years ago
|
Attachment #188863 -
Flags: approval-aviary1.1a2? → approval1.8b4+
Comment 8•20 years ago
|
||
Checking in browser-sets.inc;
/cvsroot/mozilla/browser/base/content/browser-sets.inc,v <-- browser-sets.inc
new revision: 1.50; previous revision: 1.49
done
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Keywords: regression
Resolution: --- → FIXED
Assignee | ||
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•