Bug 123827

Summary: Add ENABLE(TEXT_SELECTION)
Product: WebKit Reporter: Daniel Bates <dbates>
Component: HTML EditingAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, benjamin, cmarcelo, commit-queue, enrica, esprehn+autocc, glenn, kondapallykalyan, mifenton, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch rniwa: review+

Daniel Bates
Reported 2013-11-05 13:52:36 PST
Make WebCore selection painting optional. We should provide a way for a port to paint selection outside of WebCore for similar reasons as the feature ENABLE_TEXT_CARET. For instance, on iOS we use UIKit to paint the selection.
Attachments
Patch (8.78 KB, patch)
2013-11-05 14:00 PST, Daniel Bates
rniwa: review+
Daniel Bates
Comment 1 2013-11-05 14:00:41 PST
Created attachment 216077 [details] Patch I am open to name suggestions. I chose the name ENABLE_TEXT_SELECTION to coincide with the name of a feature define with a similar purpose, ENABLE_TEXT_CARET.
Daniel Bates
Comment 2 2013-11-06 08:47:17 PST
Note You need to log in before you can comment on or make changes to this bug.