Closed
Bug 27796
Opened 25 years ago
Closed 25 years ago
Double click on bookmark fails in bookmark panel
Categories
(SeaMonkey :: Bookmarks & History, defect, P3)
Tracking
(Not tracked)
People
(Reporter: cyril_bortolato, Assigned: slamm)
Details
Steps to reproduce:
1) launch mozilla
2) double click on a bookmark in the bookmarks panel in the sidebar.
The following error appears in the console:
JavaScript Error: TypeError: top.OpenBookmarkURL is not a function
URL: chrome://bookmarks/content/bm-panel.js
LineNo: 37
Platform: Linux
Builds 2000021309 and 2000021416 fail. Build 2000020415 works (I did not
keep other builds in between, so I can't narrow down the problem to a
particular build).
Additional details:
I compared the XUL and JS code between 2000020415 and 2000021309 but could
not find the cause.
OpenBookmarkURL() is defined in navigator.js. Maybe it's not visible from
bm-panel.js?
Or should it be called differently than through "top"? (I tried
top.window.OpenBookmarkURL() without success)
Reporter | ||
Comment 1•25 years ago
|
||
*** This bug has been marked as a duplicate of 27415 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•