Closed
Bug 437909
Opened 17 years ago
Closed 13 years ago
Pinstripe needs a way to handle toolbarbutton type="checkbox" with unified toolbars (Contacts button and quick filter toggle are too light)
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: philor, Unassigned)
References
Details
The default styling for a <toolbarbutton type="checkbox"> (like the Contacts button than can be added to the compose window toolbar) from toolkit's Pinstripe is dark grey left and right borders, light grey background. That worked fine with light grey toolbars that had top and bottom borders and that didn't change color when the window was inactive, but now it looks glaringly wrong - the borders disappear for active windows, and the light grey looks totally out of place (though it looks okayish for inactive windows).
We need something else, but what is a hard problem. There's no native thing to imitate since Icon Buttons don't have a checked state. People imitating it with native buttons usually do something like change the image, which Firefox did for their sidebar toggling buttons, and which we could do for our one instance, but extension developers can't be expected to do for just one platform that they may not even have to test. Whatever we do probably has to work against both a dark and a light background, since unless I'm missing something, a button in an arbitrary location is going to need expensive CSS to find out whether or not the window is active.
Flags: blocking-thunderbird3+
Comment 1•17 years ago
|
||
Retriaging according to new policy for flags.
https://wiki.mozilla.org/Thunderbird:Release_Driving
Flags: wanted-thunderbird3+
Flags: blocking-thunderbird3-
Flags: blocking-thunderbird3+
Target Milestone: Thunderbird 3 → Thunderbird 3.0rc1
| Reporter | ||
Updated•16 years ago
|
Target Milestone: Thunderbird 3.0rc1 → ---
| Reporter | ||
Updated•14 years ago
|
Summary: Pinstripe needs a way to handle toolbarbutton type="checkbox" with unified toolbars (Contacts button is too light) → Pinstripe needs a way to handle toolbarbutton type="checkbox" with unified toolbars (Contacts button and quick filter toggle are too light)
| Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•