Closed
Bug 493719
Opened 16 years ago
Closed 16 years ago
The inline "Edit Contact" dialog shows a vertical line
Categories
(Thunderbird :: Message Reader UI, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0rc1
People
(Reporter: Thunderbird_Mail_DE, Assigned: philor)
Details
Attachments
(4 files)
17.83 KB,
image/jpeg
|
Details | |
16.49 KB,
image/jpeg
|
Details | |
11.80 KB,
image/png
|
Details | |
440 bytes,
patch
|
mkmelin
:
review+
philor
:
approval-thunderbird3+
|
Details | Diff | Splinter Review |
In latest nightly win32 Thunderbird builds the inline "Edit Contact" dialog still shows a vertical line in the background. This line is intended to differ the left icons from text in normal menus. But here we have an inline dialog poping up, when the yellow star icon is clicked.
The screenshots from Linux / OS X in Bug 450724 don't show this line. So it's maybe only a Windows skin problem.
Comment 1•16 years ago
|
||
Can I talk you into adding a screenshot? That would make it easier to triage this bug...
Reporter | ||
Comment 2•16 years ago
|
||
The screenshot shows the vertical line behind the yellow star.
Comment 3•16 years ago
|
||
Does an equivalent Firefox build show a line behind its yellow star on the edit bookmark option at the end of the url bar?
Reporter | ||
Comment 4•16 years ago
|
||
Firefox' inline Edit Bookmark dialog doesn't show the vertical line. Tested with 3.0.10 and 3.5b5pre (screenshot).
Comment 5•16 years ago
|
||
Any chance this is intentional? Adding Andreas and Bryan for their thoughts...
Assignee | ||
Comment 6•16 years ago
|
||
Depends on whose intention you're talking about: in Qute and Gnomestripe, the panel has -moz-appearance: menupopup, and the intention of the Windows theme folks was that on Vista/Win7, a menupopup's appearance would be "have an ugly embossed line running down the left side, to set off icons and checkmarks."
Assignee | ||
Comment 7•16 years ago
|
||
See bug 413060 comment 10 et seq. and http://mxr.mozilla.org/mozilla-central/source/browser/themes/winstripe/browser/browser-aero.css#38 - basically, because menupopup looks good for everything except Aero, you want -moz-appearance: menupopup, overridden by -moz-appearance: tooltip for just Aero.
Comment 8•16 years ago
|
||
hmm, that won't likely be possible until bug 468751 gets done so we have a separate aero theme space
Comment 9•16 years ago
|
||
I've been trying to poke at bug 468751, but have had some issues; will comment there.
Comment 10•16 years ago
|
||
I keep looking back at this but I'm waiting on bug 494430 to finish creating the separate aero css file. Here's the patch to mailWindow1-aero.css that gets this going.
+
+/* Bug 493719, comment 7: menupopup looks good for everything except Aero,
+ you want -moz-appearance: menupopup, overridden by -moz-appearance: tooltip
+ for just Aero. */
+#editContactPanel:-moz-system-metric(windows-default-theme) {
+ -moz-appearance: tooltip;
+ color: InfoText;
+}
Reporter | ||
Comment 11•16 years ago
|
||
AFAIK we now have a separate Aero theme, but Bug 468751 is not marked as resolved fixed.
Reporter | ||
Comment 12•16 years ago
|
||
(In reply to comment #11)
> AFAIK we now have a separate Aero theme, but Bug 468751 is not marked as
> resolved fixed.
Ah, I meant bug 494430 isn't fixed.
Assignee | ||
Comment 13•16 years ago
|
||
Assignee: nobody → philringnalda
Status: NEW → ASSIGNED
Attachment #404468 -
Flags: review?(mkmelin+mozilla)
Assignee | ||
Updated•16 years ago
|
Target Milestone: --- → Thunderbird 3.0rc1
Updated•16 years ago
|
Attachment #404468 -
Flags: review?(mkmelin+mozilla) → review+
Reporter | ||
Comment 14•16 years ago
|
||
The fix is working for me.
Assignee | ||
Updated•16 years ago
|
Attachment #404468 -
Flags: approval-thunderbird3+
Assignee | ||
Comment 15•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•