Closed Bug 470034 Opened 16 years ago Closed 16 years ago

Personal Toolbar doesn't respect the toolbar icon/test mode controls

Categories

(SeaMonkey :: UI Design, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: ej, Assigned: philip.chee)

References

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20081202 SeaMonkey/2.0a2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20081202 SeaMonkey/2.0a2

Right-click on the Personal Toolbar outside of an actual bookmark item.  On the resulting pop-up menu select "Settings for this toolbar".  Select "Text" item.

I would expect the PTB icons to disappear.  They do not.  Even after reboot the icons are there and the "Text" item is still selected in the context menu.

Reproducible: Always

Steps to Reproduce:
1.  Right-click PTB
2.  Settings for this toolbar
3.  Select "Text" item (expecting the PTB icons to no longer display)
Actual Results:  
The icons are still visible in the PTB.

Expected Results:  
The icons should disappear leaving only text descriptors for the PTB items.

The workaround is to place the following in the userChrome.css file:

/* Kill bookmark icons in the Personal Toolbar */
toolbarbutton.bookmark-item > .toolbarbutton-icon {
  display: none !important;
}
/* END Kill bookmark icons in the Personal Toolbar */
The toolbar buttons in the Personal Toolbar (e.g. home button) do respect the settings. The two problems are:
1. The bookmark items widget is a toolbarITEM not a toolbar button.
2. Historically the bookmark items weren't configurable at all.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Severity: minor → enhancement
Component: Bookmarks → UI Design
OS: Windows XP → All
QA Contact: bookmarks → ui-design
Hardware: PC → All
Version: unspecified → Trunk
Depends on: 470417
I am working on this as part of Bug 470417. See: <https://bugzilla.mozilla.org/show_bug.cgi?id=470417#c1>
Assignee: nobody → philip.chee
From <https://bugzilla.mozilla.org/show_bug.cgi?id=470417#c3>

> (From update of attachment 353808 [details] [diff] [review])
> r=me except on the bookmark icon changes - I think we need to be able to
> differentiate between folders and bookmarks.

So I guess the module owner doesn't agree with allowing the bookmark-item icons to be hidden.
"bookmarks shouldn't change whichever toolbar they're in"
=> WONTFIX as per IRC comment from Neil
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
(In reply to comment #4)
> "bookmarks shouldn't change whichever toolbar they're in"
> => WONTFIX as per IRC comment from Neil

Then shouldn't the option be removed from the UI?  Hardly makes sense to have a non-functional option in the UI.
What option? There's no option specific to the bookmark-items widget.
You need to log in before you can comment on or make changes to this bug.