Closed
Bug 274076
Opened 21 years ago
Closed 21 years ago
Unable to override max-width, flex setting of tabs via userChrome
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla-mozilla-20000923, Assigned: bugzilla-mozilla-20000923)
References
()
Details
Attachments
(1 file)
|
3.08 KB,
patch
|
rginda
:
review+
|
Details | Diff | Splinter Review |
Due to someone *cough* fixing XUL's specificity so attributes trump EVERYTHING,
it is no longer possible to override the max-width, -moz-box-flex or
-moz-box-crop values for tabs in ChatZilla because they are set as attributes.
This bug intends to fix that.
| Assignee | ||
Comment 1•21 years ago
|
||
Seems we can't do crop via CSS, but there two are ok.
| Assignee | ||
Comment 2•21 years ago
|
||
I also fixed that typo for the tooltip node. :)
| Assignee | ||
Updated•21 years ago
|
Attachment #168421 -
Flags: review?(rginda)
| Assignee | ||
Comment 3•21 years ago
|
||
Hmm, it seems that according to CSS presentation attributes should have the
*lowest* specificity of anything (0). So XUL is clearly broken. Doesn't matter,
we want to let users override it, and this lets them.
Comment 4•21 years ago
|
||
Comment on attachment 168421 [details] [diff] [review]
Move max-width and -moz-box-flex out to skin CSS
r=rginda
Attachment #168421 -
Flags: review?(rginda) → review+
| Assignee | ||
Comment 5•21 years ago
|
||
Checked in --> FIXED.
Updating summary to indicate what was actually fixed.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Summary: Unable to override max-width, flex or crop setting of tabs → Unable to override max-width, flex setting of tabs via userChrome
Updated•1 year ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•