[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
Mon Sep 6 09:05:20 PDT 2010


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





--- Comment #21 from Joone Hur <joone at kldp.org>  2010-09-06 09:05:20 PST ---
I agree with Ryosuke, because caret color is usually black, white, and gray.
However, there seems various ways of how to display a caret for each platform.
Therefore, we need to make decisions as follows before updating the patch attached;
1) Do we need to display a caret at platform level rather than in WebCore?
    Yes, because each platform has it own way of creating a caret.
2) How to display a caret for each platform
    - Windows => XOR with the painted screen like IE 
    - Mac => Black or White  (but, Pages always uses gray color)
    - Linux => Black or White (but, OpenOffice uses XOR with the painted screen)
3) How to change the caret color on the dark/bright background in Mac/Linux.
    - Use the lightness value of HSL color space?

Do you have any idea?

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