Closed
Bug 675672
Opened 13 years ago
Closed 13 years ago
"NS_ERROR_DOM_NOT_FOUND_ERR" when hovering certain items in Go menu
Categories
(SeaMonkey :: Bookmarks & History, defect)
SeaMonkey
Bookmarks & History
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.6
People
(Reporter: stefanh, Assigned: ewong)
References
Details
Attachments
(1 file)
(deleted),
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
When hovering Recently closed tabs/windows menus in the Go menu, I get a js error:
JavaScript error: , line 0: uncaught exception: [Exception... "Node was not found" code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)" location: "chrome://navigator/content/sessionHistoryUI.js Line: 174"]
----------------------------------------------
<RattyAway> stefanh: ewong rearranged the menu items recently I think he forgot to update the callers. Bug 599731 - Move "Recently Closed" menus to Go menu
...
...
...
<RattyAway> event.stopPropagation() to be added to the onpopupshowing= or perhaps to updateRecentTabs()/updateRecentWindows()
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → ewong
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•13 years ago
|
||
credit goes to Philip Chee for the help.
Attachment #553158 -
Flags: review?(iann_bugzilla)
Attachment #553158 -
Flags: review?(iann_bugzilla) → review+
Updated•13 years ago
|
Keywords: checkin-needed
Comment 2•13 years ago
|
||
Comment on attachment 553158 [details] [diff] [review]
Added event.stopPropagation() to onpopupshowing events. [Checkin: comment 2]
http://hg.mozilla.org/comm-central/rev/7250008c9ddf
Attachment #553158 -
Attachment description: Added event.stopPropagation() to onpopupshowing events. → Added event.stopPropagation() to onpopupshowing events. [Checkin: comment 2]
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Keywords: checkin-needed
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.6
You need to log in
before you can comment on or make changes to this bug.
Description
•