[Webkit-unassigned] [Bug 23252] New: need a flag to remove the selection rectangle in text controls
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 12 07:48:09 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23252
Summary: need a flag to remove the selection rectangle in text
controls
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Other
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: scroggo at google.com
CC: caryclark at google.com
On the android platform, we draw our own renderer on top of a focused
RenderTextControl. Just like with ENABLE_TEXT_CARET, we want to remove the
drawing of the selection rectangle in a RenderTextControl. This is important
because we are multithreaded, and our webkit thread lags behind, so when we
remove our renderer, the selection (if any), which is no longer valid, shows
up.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list