Closed
Bug 3978
Opened 26 years ago
Closed 26 years ago
warnings on toolbar button clicks & bookmarks menu
Categories
(Core Graveyard :: RDF, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: waterson, Assigned: waterson)
Details
Seems like toolbar buttons aren't being properly hashed in the
resource-to-element map.
Comment 1•26 years ago
|
||
It also happens with bookmarks menu items.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
OS: Mac System 8.5 → All
Summary: Mac warnings on toolbar button clicks → warnings on toolbar button clicks & bookmarks menu
Assignee | ||
Comment 2•26 years ago
|
||
Hmm; this seems to be XP that we're hitting the warnings...
Assignee | ||
Comment 3•26 years ago
|
||
Okay, this is happening because the ID is set on an HTML element, which is
never being inserted into the XUL document's resource-to-element hash table.
Added Hyatt to the cc list: I'm going to force HTML elements to be hashed also;
this may cause problems down the road when we start monkeying around with their
structure in the DOM.
Assignee | ||
Comment 4•26 years ago
|
||
On second thought, screw it. I'll remove the warning. It's silly.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•