Bug 135963 - Preserve editing style for -webkit-tap-highlight-color on all ports that enable ENABLE_TOUCH_EVENTS
Summary: Preserve editing style for -webkit-tap-highlight-color on all ports that enab...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-14 16:26 PDT by Daniel Bates
Modified: 2014-08-14 21:10 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.86 KB, patch)
2014-08-14 16:27 PDT, Daniel Bates
aestes: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>