Bug 135963

Summary: Preserve editing style for -webkit-tap-highlight-color on all ports that enable ENABLE_TOUCH_EVENTS
Product: WebKit Reporter: Daniel Bates <dbates>
Component: HTML EditingAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch aestes: review+

Description Daniel Bates 2014-08-14 16:26:56 PDT
We should preserve the CSS property -webkit-tap-highlight-color during editing operations for all ports that enable ENABLE_TOUCH_EVENTS. Currently we only preserve this property on iOS.
Comment 1 Daniel Bates 2014-08-14 16:27:58 PDT
Created attachment 236636 [details]
Patch
Comment 2 Daniel Bates 2014-08-14 21:10:49 PDT
Committed r172620: <http://trac.webkit.org/changeset/172620>