Bug 86895 - Text fields have black backgrounds by default
Summary: Text fields have black backgrounds by default
Status: RESOLVED DUPLICATE of bug 86266
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 87063
Blocks:
  Show dependency treegraph
 
Reported: 2012-05-18 13:41 PDT by Christiaan Hofman
Modified: 2012-05-21 18:16 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christiaan Hofman 2012-05-18 13:41:20 PDT
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.
Comment 1 Alexey Proskuryakov 2012-05-21 12:00:17 PDT
This sounds a much like 86266. Could you please confirm that this is a duplicate, or provide more information of how to reproduce?
Comment 2 Christiaan Hofman 2012-05-21 13:41:51 PDT
Yes, this looks like a duplicate of 86266. Though I don't see the real reason for the bug described in that bug thread, and I am pretty sure that the patch described there fixes it.
Comment 3 Alexey Proskuryakov 2012-05-21 13:56:48 PDT
Thank you, let's mark it as duplicate then.

*** This bug has been marked as a duplicate of bug 86266 ***