Bug 114430

Summary: handleMouseMoveEvent should let hit-testing hit-test scrollbars
Product: WebKit Reporter: Allan Sandfeld Jensen <allan.jensen>
Component: UI EventsAssignee: Allan Sandfeld Jensen <allan.jensen>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, commit-queue, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 99591    
Attachments:
Description Flags
Patch none

Description Allan Sandfeld Jensen 2013-04-11 03:07:27 PDT
EventHandler::handleMouseMoveEvent hit tests frame scrollbars after running a hit-test that doesn't allow frame scrollbars. This could be simplified after hit-testing can now also hit-test the main frame scrollbar.
Comment 1 Allan Sandfeld Jensen 2013-04-11 03:10:11 PDT
Created attachment 197564 [details]
Patch
Comment 2 WebKit Commit Bot 2013-04-11 09:50:08 PDT
The commit-queue encountered the following flaky tests while processing attachment 197564 [details]:

svg/batik/filters/feTile.svg bug 114375 (authors: krit@webkit.org and zimmermann@kde.org)
svg/batik/masking/maskRegions.svg bug 114120 (author: zimmermann@kde.org)
The commit-queue is continuing to process your patch.
Comment 3 WebKit Commit Bot 2013-04-11 09:51:01 PDT
Comment on attachment 197564 [details]
Patch

Clearing flags on attachment: 197564

Committed r148211: <http://trac.webkit.org/changeset/148211>
Comment 4 WebKit Commit Bot 2013-04-11 09:51:03 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Carlos Garcia Campos 2013-04-25 06:15:01 PDT
*** Bug 99591 has been marked as a duplicate of this bug. ***