Closed
Bug 394142
Opened 18 years ago
Closed 18 years ago
No separators in toolbar after bug 373696
Categories
(SeaMonkey :: Themes, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: atzaus, Unassigned)
References
Details
Attachments
(1 obsolete file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a8pre) Gecko/2007082907 Firefox/3.0a8pre
Build Identifier:
After the patch bug 373696 landed no separators are visible for most non ms themes. The separators in luna are visible but not padded correctly.
Reproducible: Always
Comment 2•18 years ago
|
||
Comment on attachment 278749 [details]
Screenshots
Needing comparison screenshots with Windows Explorer (and having a download link to that visual style might also help).
Attachment #278749 -
Attachment is obsolete: true
Comment 3•18 years ago
|
||
Testing a random sample of two dozen visual styles from deviantART didn't result in any unexpected appearances. For debugging we'd thus need a download link to the visual style with which Firefox doesn't behave correctly.
Note: Vista-for-XP and OS X styles don't draw separators at all (i.e. they behave as empty space of a predefined size) - that's thus to be expected for Firefox as well.
Whiteboard: [worksforme?]
> Note: Vista-for-XP and OS X styles don't draw separators at all (i.e. they
> behave as empty space of a predefined size) - that's thus to be expected for
> Firefox as well.
I guess this was the issue with my themes. All of them don't draw separators in explorer. Is there any css hack one could emply to get "visible" separators in these kinds of themes? becase I really don't like the empty spaces.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
Comment 5•18 years ago
|
||
> Is there any css hack one could emply to get "visible" separators
/* enforce class styling of toolbar separators */
toolbarseparator { -moz-appearance: none !important; }
Status: RESOLVED → VERIFIED
Whiteboard: [worksforme?]
| Assignee | ||
Updated•18 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•