Closed
Bug 404097
Opened 18 years ago
Closed 15 years ago
Larry panel has no border with some Gtk engines (Clearlooks, ...)
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: sylvain.pasche, Unassigned)
Details
Attachments
(3 files, 2 obsolete files)
|
458 bytes,
patch
|
Details | Diff | Splinter Review | |
|
1.60 KB,
patch
|
Details | Diff | Splinter Review | |
|
92.91 KB,
image/png
|
Details |
On Linux, I don't see any border around the Larry panel.
Apparently, the background color of a panel is drawn above its border. Without a background-color, the panel is still white as before.
Attachment #289057 -
Flags: review?(mano)
Comment 1•18 years ago
|
||
Comment on attachment 289057 [details] [diff] [review]
drop background-color
Still no Linux Box here. Maybe try Gavin or Myk?
Attachment #289057 -
Flags: review?(mano)
| Reporter | ||
Comment 2•18 years ago
|
||
Comment on attachment 289057 [details] [diff] [review]
drop background-color
I'm seeing now that this depends on the Gtk engine used. With the Ubuntu Human engine the border is visible, but not with Clearlooks or Glossy engines. That might also be a widget/Gtk issue.
Attachment #289057 -
Flags: review?(gavin.sharp)
| Reporter | ||
Updated•18 years ago
|
Summary: Larry panel has no border (Linux) → Larry panel has no border with some Gtk engines (Clearlooks, ...)
Comment 3•18 years ago
|
||
Johnathan, do you remember why you added this background color?
Comment 4•18 years ago
|
||
(In reply to comment #3)
> Johnathan, do you remember why you added this background color?
Hmm. I feel like, on either mac or windows, not specifying a background-color made it grey (or at least, some system default like list-background). Isn't there a platform bug here though, if we're painting this wrong?
I'll check Mac and Vista and see what happens.
Comment 5•18 years ago
|
||
Oh, I'm an idiot, this patch only touches gnomestripe. In that case, my comment about the platform bug stays, but I certainly had no linux-specific reason to do it, nor any linux-specific reason to resist changing it, if it fixes the problem across the various engines.
Comment 6•17 years ago
|
||
Comment on attachment 289057 [details] [diff] [review]
drop background-color
With this patch, most part of Larry is unreadable on dark theme.
Dropping |color| is also needed.
#identity-popup-content-box > description,
#identity-popup-encryption-label {
white-space: -moz-pre-wrap;
color: black;
padding-left: 15px;
margin: 2px 0 4px;
}
should be
#identity-popup-content-box > description,
#identity-popup-encryption-label {
white-space: -moz-pre-wrap;
padding-left: 15px;
margin: 2px 0 4px;
}
Comment 7•17 years ago
|
||
Merge my comment into Sylvain's patch.
Updated•17 years ago
|
Component: General → Theme
QA Contact: general → theme
| Reporter | ||
Comment 8•17 years ago
|
||
So your patch does not change the appearance with the default theme? (I didn't test it)
Can you ask for review?
Assignee: sylvain.pasche → taken.spc
| Reporter | ||
Updated•17 years ago
|
Attachment #289057 -
Flags: review?(gavin.sharp) → review?
Comment 9•17 years ago
|
||
Screenshot with patch on Windows XP (classic theme).
Dropping |background-color| affects look of the Larry on Windows Classic theme the most.
# background is changed white to gray.
On other default themes on Windows and Clearlooks theme on Linux, almost same.
Comment 10•17 years ago
|
||
Comment on attachment 305165 [details] [diff] [review]
drop background-color and color
Gavin, could you review this?
# ui-review is needed?
Attachment #305165 -
Flags: review?(gavin.sharp)
| Reporter | ||
Comment 11•17 years ago
|
||
hmm, I didn't see you were changing winstripe/pinstripe too. This is out of scope of this specific issue (Linux only). What about you file another bug for this, and we stick to my previous gnomestripe-only patch?
(Sorry, I should have looked closer before reassigning and asking you for the review)
Comment 12•17 years ago
|
||
Patch for only gnomestripe.
Sorry, I had misunderstood.
Dropping |background-color|, we must drop |color| too. Because |color: black| causes invisible text on dark theme.
Attachment #305165 -
Attachment is obsolete: true
Attachment #305184 -
Attachment is obsolete: true
Attachment #305165 -
Flags: review?(gavin.sharp)
Comment 13•17 years ago
|
||
Comment on attachment 305196 [details] [diff] [review]
drop background-color and color (only for gnomestripe)
This patch won't produce any side-effects on Clearlooks.
Comment 14•17 years ago
|
||
Comment 15•17 years ago
|
||
Assignee: taken.spc → nobody
Comment 16•17 years ago
|
||
Comment on attachment 289057 [details] [diff] [review]
drop background-color
Unset the request if you don't want review. Don't leave it dangling.
Attachment #289057 -
Flags: review?
Comment 17•15 years ago
|
||
The background color isn't hardcoded to white anymore, so this should be fine.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•