Closed
Bug 181649
Opened 23 years ago
Closed 20 years ago
Allow users to turn off Favicons in the bookmarks toolbar (at least by hidden pref)
Categories
(Camino Graveyard :: Toolbars & Menus, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino1.0
People
(Reporter: will, Assigned: sfraser_bugs)
References
Details
(Keywords: fixed1.8)
Attachments
(1 file)
|
10.42 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021122 Chimera/0.6+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021122 Chimera/0.6+
IMHO, the favicons look like **** in the toolbar bookmarks area. Most sites
have **** favicons and Chimera looks more polished with the favicons turned
off in that region. I would love a pref to allow users to turn them off for all
areas but the location text field.
Reproducible: Always
Steps to Reproduce:
1.load Chimera .6+ with bookmarks in the toolbar bookmarks area with favicons
Actual Results:
the favicons load and look bad. =)
Expected Results:
should have a pref to turn them off, for the love of clean UI.
none
Comment 1•23 years ago
|
||
Perhaps it should be handled like a normal toolbar, even if it's not one
internally, via a Control menu: text+icon, text or icon and Remove Item.
It would be less confusing.
See Bug 181954
Will, you can disable favicons entirely by adding the line,
user_pref("browser.chrome.favicons", true);
to your user.js file. Is that sufficient?
| Reporter | ||
Comment 4•23 years ago
|
||
Ok, that works the way I want. But it should be listed in the prefs window so
"normal" people can turn it on and off.
| Assignee | ||
Comment 5•23 years ago
|
||
Taking
Assignee: brade → sfraser
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•21 years ago
|
||
Is it possible to take this one step further, and disable ALL icons in the
toolbar? It was brought to my attention by someone I was getting to try out
Camino that this was one of the only apps he used that had icons you could not
disable in the toolbar, and he's got a point (albeit a petty one).
In other words, maybe just a tiny little arrow like Safari or FF have for
folders, and no icon at all for regular bookmarks?
This would be a cool little feature that could be imbedded under the hood perhaps.
(In reply to comment #6)
> Is it possible to take this one step further, and disable ALL icons in the
> toolbar?
Absolutely gets my vote. I have a tiny screen and every pixel counts. Safari is
better at this, although I guess you'd need a highight on mouseover as they do.
Comment 8•21 years ago
|
||
Personally, I don't think there are enough users that want favicons off to
warrant a GUI for the preference.
Comment 9•21 years ago
|
||
A GUI pref seems like overkill to me. It can be done in user.js. If anyone wants
it in a pref, pref panels aren't too hard to make and can incorporate other
appearance features people are asking for.
WONTFIXing.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
Comment 10•21 years ago
|
||
*** Bug 288902 has been marked as a duplicate of this bug. ***
*** Bug 298771 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 12•20 years ago
|
||
Reopening to ensure that the prefsjs prefs work (which they don't).
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Summary: Allow users to turn off Favicons in the toolbar, I prefer the clean look of the generic bookmark icon → Allow users to turn off Favicons in the bookmarks toolbar (at least by hidden pref)
Target Milestone: --- → Camino1.0
| Assignee | ||
Updated•20 years ago
|
Status: REOPENED → ASSIGNED
| Assignee | ||
Comment 13•20 years ago
|
||
This patch fixes support for the "browser.chrome.favicons" pref, so that
turning it off disables all the site-based favicons. We'll still show the
special icons for local files, history and bookmarks.
| Assignee | ||
Comment 14•20 years ago
|
||
Fixed on trunk and branch.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago → 20 years ago
Keywords: fixed1.8
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•