[Webkit-unassigned] [Bug 35737] New: [Qt] Stylesheet input color

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 4 06:40:41 PST 2010


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

           Summary: [Qt] Stylesheet input color
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vestbo at webkit.org


This bug report originated from internal issue QT-1970


--- Comments ---

Product: Qt

Function: webkit

Version: 4.5.1

Platform: WindowsXP

SP3

Compiler: GCC

Short description: Stylesheet input color

Did:

<style> input { color: red; } </style>

<input type="text" />

Expected to see:

I Expected to see red font-color because Safari Renders it Red, so does
firefox, so does IE and a few other WebKit Browsers

Got instead:

It rendered it Black. I tried other Qt Web Browsers also the demo one; same
result.

More details:

Instead i used:

-webkit-text-fill-color: red;

it did the trick; but color: red should be the standard.

–

... the website ...

(see whyblack.jpg)

-- 
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