Open
Bug 257559
Opened 21 years ago
Updated 12 years ago
modern theme doesn't like checked main composer toolbar buttons
Categories
(SeaMonkey :: Themes, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: eyalroz1, Unassigned)
Details
(Keywords: modern)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3) Gecko/20040817
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3) Gecko/20040817
Try setting a main composer toolbar button to being checked. You get an ugly
partial dark gray frame around your button. This can't be right... I'll attach a
hack I used to get around this. But there should be some sort of a default...
Reproducible: Always
Steps to Reproduce:
| Reporter | ||
Comment 1•21 years ago
|
||
The relevant stylesheet entries:
#button-direction-ltr-main-bar {
list-style-image:
url("chrome://bidimailpack/content/images/ltr-main-bar-modern.png");
-moz-image-region: rect(0px 50px 33px 0);
background-color: transparent !important; /* no ugly dark gray! */
}
#button-direction-ltr-main-bar:hover {
-moz-image-region: rect(0px 100px 33px 50px);
}
#button-direction-ltr-main-bar:hover:active {
-moz-image-region: rect(0px 150px 33px 100px);
}
#button-direction-ltr-main-bar[disabled="true"][checked="true"] {
-moz-image-region: rect(0px 300px 33px 250px) !important;
}
#button-direction-ltr-main-bar[disabled="true"] {
-moz-image-region: rect(0px 200px 33px 150px) !important;
}
#button-direction-ltr-main-bar[checked="true"] {
-moz-image-region: rect(0px 250px 33px 200px);
}
| Reporter | ||
Comment 2•21 years ago
|
||
the leftmost button (RTL) is checked; the button before it is unchecked. They
are both enabled. No special style has been applied except for a button image,
just like for the rest of the toolbar buttons.
Comment 3•20 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/
| Reporter | ||
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•