[Webkit-unassigned] [Bug 44862] Hard to find a caret in an editable element with black background color
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 31 11:38:59 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44862
Ryosuke Niwa <rniwa at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #6 from Ryosuke Niwa <rniwa at webkit.org> 2010-08-31 11:38:58 PST ---
(In reply to comment #4)
> > This patch will change the behavior in clients like Mac OS X Mail, which is not desirable, so r-.
> Yes, this patch affects on all clients which use WebKit engine. Why is it not desirable? I couldn't find the black caret easily in the black background.
There's a difference between using the text color at the start of selection and white for dark background. For the markup below:
<div style="background-color: black; color: white;">hello</div
<div style="background-color: black; color: red;">world</div>
<div style="background-color: black; color: black;">world</div>
Internet Explorer gives me white caret for all three, and that is most reasonable result to me. I personally don't want to see my caret being red, blue, or etc... or at least that is not the behavior you'd see on other Windows applications.
--
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