Closed
Bug 174432
Opened 23 years ago
Closed 23 years ago
toolbox no longer picks up -moz-appearance
Categories
(SeaMonkey :: Themes, defect)
SeaMonkey
Themes
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bryner, Assigned: janv)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
|
468 bytes,
patch
|
bryner
:
review+
bugs
:
superreview+
dbaron
:
approval+
|
Details | Diff | Splinter Review |
After the checkin to remove the toolbar grippies, toolbox no longer picks up the
-moz-appearance (actually, it doesn't pick up any of the skin-specific CSS).
The reason appears to be that the toolbox binding was removed, so it no longer
inherits from toolbar-base which is what pulls in chrome://global/skin/toolbar.css.
| Reporter | ||
Updated•23 years ago
|
Keywords: regression
| Assignee | ||
Comment 1•23 years ago
|
||
| Reporter | ||
Comment 2•23 years ago
|
||
Comment on attachment 103007 [details] [diff] [review]
proposed patch
why not just use toolbar-base as the binding?
| Assignee | ||
Comment 3•23 years ago
|
||
You are right, new patch coming
| Assignee | ||
Comment 4•23 years ago
|
||
So it seems it's not possible to use base binding that doesn't have content
defined.
With this patch I got navigation toolbar w/o URL bar.
| Assignee | ||
Comment 5•23 years ago
|
||
I'm a moron.
When I updated my tree in bindings directory it patched textbox.xml too
So it didn't work.
Sorry for the SPAM.
Second patch should work.
Status: NEW → ASSIGNED
| Assignee | ||
Updated•23 years ago
|
Attachment #103007 -
Attachment is obsolete: true
| Reporter | ||
Comment 6•23 years ago
|
||
Comment on attachment 103167 [details] [diff] [review]
patch which doesn't work
If you've tested this and it works, r=bryner.
Attachment #103167 -
Flags: review+
| Reporter | ||
Comment 7•23 years ago
|
||
*** Bug 175099 has been marked as a duplicate of this bug. ***
Comment 8•23 years ago
|
||
Please check that Bug 175099 is in fact a duplicate of this bug.
The GTK background pixmap referred to there should appear everywhere (dialogue
boxes, etc etc) not just in the toolbar.
Comment 9•23 years ago
|
||
Attachment #103167 -
Flags: superreview+
Comment on attachment 103167 [details] [diff] [review]
patch which doesn't work
a=dbaron for trunk checkin
Attachment #103167 -
Flags: approval+
| Assignee | ||
Comment 11•23 years ago
|
||
fixed
| Assignee | ||
Comment 12•23 years ago
|
||
really fixed
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•