Bug 86895
Summary: | Text fields have black backgrounds by default | ||
---|---|---|---|
Product: | WebKit | Reporter: | Christiaan Hofman <cmhofman> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, bdakin, nick |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.6 | ||
Bug Depends on: | 87063 | ||
Bug Blocks: |
Christiaan Hofman
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
This sounds a much like 86266. Could you please confirm that this is a duplicate, or provide more information of how to reproduce?
Christiaan Hofman
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.
Alexey Proskuryakov
Thank you, let's mark it as duplicate then.
*** This bug has been marked as a duplicate of bug 86266 ***