Closed
Bug 72023
Opened 25 years ago
Closed 25 years ago
Add button in bookmark sidebar does nothing
Categories
(SeaMonkey :: Bookmarks & History, defect, P1)
SeaMonkey
Bookmarks & History
Tracking
(Not tracked)
VERIFIED
WORKSFORME
mozilla0.9.1
People
(Reporter: gilles+mozilla, Assigned: jelwell)
References
Details
2001031404 trunk win98
Go to an url.
Click on the add button in the bookmark sidebar.
Result : nothing happens
Expected result : add bookmark dialog shows up or bookmark is added (depending
on what is defined in prefs)
| Reporter | ||
Updated•25 years ago
|
OS: Windows 98 → All
Hardware: PC → All
Comment 3•25 years ago
|
||
nsbeta1+ P1.
| Assignee | ||
Comment 6•25 years ago
|
||
The problem is top does not reach beyond the sidebar frame, working on a
solution.
var contentArea = top.document.getElementById('content');
Status: NEW → ASSIGNED
Comment 7•25 years ago
|
||
If this is hard, perhaps we should consider removing the button for beta?
Comment 8•25 years ago
|
||
Joe, where are we on this one?
| Assignee | ||
Comment 9•25 years ago
|
||
i'm testing a patch to comment out the button for m0.9.1.
| Assignee | ||
Comment 10•25 years ago
|
||
the line of code that wasn't working "var contentArea =
top.document.getElementById('content');"
Is now working once again. go figure.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 11•25 years ago
|
||
ewwww, it is now suddenly working in a 2001051604 build!
VERIFIED WFM.
Status: RESOLVED → VERIFIED
Comment 12•25 years ago
|
||
*** Bug 84372 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•