Bug 105970

Summary: Fix incorrect assumption about in-flow descendants of inlines in touch event rect tracking
Product: WebKit Reporter: Levi Weintraub <leviw>
Component: UI EventsAssignee: Levi Weintraub <leviw>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, dglazkov, jamesr, simon.fraser, tonikitoo, webkit.review.bot, yusufo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Levi Weintraub
Reported 2013-01-02 16:45:37 PST
Previously, we were only walking the child sub-tree of Blocks to accumulate touch event rectangles. This change will do it for all renderers, but short circuit for regular children.
Attachments
Patch (12.55 KB, patch)
2013-01-02 16:59 PST, Levi Weintraub
no flags
Levi Weintraub
Comment 1 2013-01-02 16:59:43 PST
WebKit Review Bot
Comment 2 2013-01-02 21:01:04 PST
Comment on attachment 181111 [details] Patch Attachment 181111 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/15656315 New failing tests: platform/chromium/fast/events/touch/compositor-touch-hit-rects.html
Levi Weintraub
Comment 3 2013-01-03 11:11:01 PST
Note You need to log in before you can comment on or make changes to this bug.