Closed
Bug 126748
Opened 23 years ago
Closed 23 years ago
No (more) visual indication of which bookmark has been selected in the sidebar.
Categories
(SeaMonkey :: Bookmarks & History, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0
People
(Reporter: mozbug, Assigned: bugs)
References
Details
2002022003 win98
2002020203 linux
Now bookmarks in bookmark sidebar looks like links (blue and underline).
When you click on one, there is no indication of which one has just been click
anymore. Previously, it was reversed highlighted.
Assignee | ||
Comment 1•23 years ago
|
||
Index: bookmarks.xul
===================================================================
RCS file: /cvsroot/mozilla/xpfe/components/bookmarks/resources/bookmarks.xul,v
retrieving revision 1.149
diff -w -b -u -r1.149 bookmarks.xul
--- bookmarks.xul 20 Feb 2002 04:16:30 -0000 1.149
+++ bookmarks.xul 20 Feb 2002 21:05:31 -0000
@@ -60,6 +60,10 @@
<!-- XXX - This should SO become an XBL widget -->
<script type="application/x-javascript"
src="chrome://global/content/globalOverlay.js"></script>
+ <!-- Shared Bookmarks Utility Library -->
+ <script type="application/x-javascript"
src="chrome://communicator/content/bookmarks/bookmarksOverlay.js"/>
+ <!-- Tree-based Bookmarks UI Utility Library -->
+ <script type="application/x-javascript"
src="chrome://communicator/content/bookmarks/bookmarksTree.js"/>
<!-- Bookmarks Window -->
<script type="application/x-javascript"
src="chrome://communicator/content/bookmarks/bookmarks.js"/>
@@ -147,7 +151,6 @@
label="&command.properties.label;"
accesskey="&command.properties.accesskey;" />
<menuitem id="menu_sendPage" hidden="true"/>
- <menuitem label="Import IE Favorites" oncommand="importIEFavorites
();"/>
</menupopup>
</menu>
<menu id="menu_Edit">
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•23 years ago
|
||
ignore my last comment.
this bug will be fixed by my last patch in 114142 which restores the old
selection/appearance.
Assignee | ||
Comment 5•23 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•