[Webkit-unassigned] [Bug 44862] New: Hard to find a caret in an editable element with black background color
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 30 02:45:55 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44862
Summary: Hard to find a caret in an editable element with black
background color
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: joone at kldp.org
Created an attachment (id=65898)
--> (https://bugs.webkit.org/attachment.cgi?id=65898)
caret color test
When editing a text in an editable element with black background color, it is hard to find where the caret is in WebKit.
Because the color of caret was decided through the CSS color value of the root of the editable element.
As a result, If we doesn't set a specific color for the root of the editable element, WebKit just uses black color for displaying a caret.
Therefore, even if an editable element has black background color and white text color, the color of the caret is still black.
In case of other browsers, Firefox uses the text color of an editable element, and Opera uses white color for displaying a caret.
The test file attached shows this problem.
--
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