Closed
Bug 277249
Opened 20 years ago
Closed 12 years ago
Allow bookmarks and bookmark folders to be hidden
Categories
(Firefox :: Bookmarks & History, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: eric.jain, Unassigned)
Details
This would be useful for bookmarks that are accessed only through bookmark keywords. For example, I have set up a bookmark to 'http://www.google.com/search?q=%s' with the keyword '?'. There is no point in having this bookmark appear in the bookmarks menu or in the bookmarks toolbar. I believe this feature is also supported by Internet Explorer.
Comment 1•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee: vladimir+bm → nobody
Comment 3•19 years ago
|
||
still a bug
Comment 4•19 years ago
|
||
figured out a way using userChrome to hide bookmark folders and menus. the method is menu[label="folder name here"] {display: none !important;} for folders and menuitem[label="bookmark name here"] {display: none !important;} for individual bookmarks
this works on Firefox Build ID: 2006011112 untested anywhere else
this can work as a workaround until/if it is built in
if using the extension Stylish to apply, Firefox must be restarted as if editing the userChrome or a crash is likely if the mouse hovers over the hidden objects
Comment 5•19 years ago
|
||
for one edit to userchrome only, put this...
menu[label="hidden"] {display: none !important;}
menuitem[label="hidden"] {display: none !important;}
then name all bookmarks and folders desired to be hidden to "hidden" without the quotes.
Comment 6•18 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs, filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → bookmarks
Might this feature also allow the folders that are by default hidden to be unhidden (not undeletable, they would still have that, but just unhideable)? For instance, the Unsorted Bookmarks folder. That would have everything come full circle.
Comment 8•12 years ago
|
||
unfiled bookmarks are basically hidden and already cover comment 0 request (have a bookmark that doesn't appear in menu nor toolbar). There is no plan to create hidden bookmarks.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•