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)

x86
Windows Vista
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 3.0rc1

People

(Reporter: Thunderbird_Mail_DE, Assigned: philor)

Details

Attachments

(4 files)

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.
Can I talk you into adding a screenshot? That would make it easier to triage this bug...
The screenshot shows the vertical line behind the yellow star.
Does an equivalent Firefox build show a line behind its yellow star on the edit bookmark option at the end of the url bar?
Firefox' inline Edit Bookmark dialog doesn't show the vertical line. Tested with 3.0.10 and 3.5b5pre (screenshot).
Any chance this is intentional? Adding Andreas and Bryan for their thoughts...
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."
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.
hmm, that won't likely be possible until bug 468751 gets done so we have a separate aero theme space
I've been trying to poke at bug 468751, but have had some issues; will comment there.
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; +}
AFAIK we now have a separate Aero theme, but Bug 468751 is not marked as resolved fixed.
(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.
Attached patch FixSplinter Review
Assignee: nobody → philringnalda
Status: NEW → ASSIGNED
Attachment #404468 - Flags: review?(mkmelin+mozilla)
Target Milestone: --- → Thunderbird 3.0rc1
Attachment #404468 - Flags: review?(mkmelin+mozilla) → review+
The fix is working for me.
Attachment #404468 - Flags: approval-thunderbird3+
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.

Attachment

General

Created:
Updated:
Size: