RESOLVED DUPLICATE of bug 86266 86895
Text fields have black backgrounds by default
https://bugs.webkit.org/show_bug.cgi?id=86895
Summary Text fields have black backgrounds by default
Christiaan Hofman
Reported 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.
Attachments
Alexey Proskuryakov
Comment 1 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?
Christiaan Hofman
Comment 2 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.
Alexey Proskuryakov
Comment 3 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 ***
Note You need to log in before you can comment on or make changes to this bug.