RESOLVED FIXED 94978
[chromium] WebViewImpl::enableTouchHighlight() should always clear any existing highlight when invoked.
https://bugs.webkit.org/show_bug.cgi?id=94978
Summary [chromium] WebViewImpl::enableTouchHighlight() should always clear any existi...
W. James MacLean
Reported 2012-08-24 15:39:20 PDT
[chromium] WebViewImpl::enableTouchHighlight() should always clear any existing highlight when invoked.
Attachments
Patch (15.50 KB, patch)
2012-08-24 15:41 PDT, W. James MacLean
no flags
W. James MacLean
Comment 1 2012-08-24 15:41:31 PDT
Created attachment 160513 [details] Patch Currently, if GestureTapDown occurs while a highlight is being displayed, and the new event does not generate a new target to highlight, we fail to cancel the existing highlight. This CL address this issue.
WebKit Review Bot
Comment 2 2012-08-24 16:50:02 PDT
Comment on attachment 160513 [details] Patch Clearing flags on attachment: 160513 Committed r126654: <http://trac.webkit.org/changeset/126654>
WebKit Review Bot
Comment 3 2012-08-24 16:50:04 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.