[Webkit-unassigned] [Bug 86895] New: Text fields have black backgrounds by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 18 13:42:16 PDT 2012


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

           Summary: Text fields have black backgrounds by default
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cmhofman at gmail.com


The default for text fields is to have black backgrounds. At least, that is what you get when using the MacOS WebKit in an app compiled with the 10.5 SDK. The reason is that by default the background color is set to clearColor, while the drawsBackground flag is set to YES. When developing with the 10.5 SDK, this is rendered as black. Clear color is wrong, it should be white by default.

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