[webkit-reviews] review requested: [Bug 94956] [chromium] gestureTapDown should not select a RenderView node as target. : [Attachment 160453] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 24 10:53:38 PDT 2012


W. James MacLean <wjmaclean at chromium.org> has asked  for review:
Bug 94956: [chromium] gestureTapDown should not select a RenderView node as
target.
https://bugs.webkit.org/show_bug.cgi?id=94956

Attachment 160453: Patch
https://bugs.webkit.org/attachment.cgi?id=160453&action=review

------- Additional Comments from W. James MacLean <wjmaclean at chromium.org>
Currently, if a gestureTapDown occurs outside any clickable node, and the
document (RenderView) has click handlers installed, the entire RenderView gets
highlighted, which is not desired. This patch prevents us from falling back to
the RenderView as highlight target.


More information about the webkit-reviews mailing list