[Webkit-unassigned] [Bug 29811] New: Text in Inspector's Styles gear menu is invisible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 09:24:31 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29811

           Summary: Text in Inspector's Styles gear menu is invisible
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Keywords: NeedsRadar, PlatformOnly
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: timothy at hatcher.name, pfeldman at chromium.org


To reproduce:

1. Go to any page
2. Right-click and choose "Inspect Element"
3. Hover over the Styles section header in the right sidebar
4. Click on the gear that appears

The text in the menu is invisible.

It looks like this is due to
<http://trac.webkit.org/browser/trunk/WebCore/inspector/front-end/inspector.css?rev=48809#L1617>,
where we set the color of the <select> to be transparent. This affects the text
in the menu on Windows.

One fix for this would be to add a rule like:

.pane > .title > select > option { color: black }

"black" might not always be the right color, though.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list