Bug 114430 - handleMouseMoveEvent should let hit-testing hit-test scrollbars
Summary: handleMouseMoveEvent should let hit-testing hit-test scrollbars
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
: 99591 (view as bug list)
Depends on:
Blocks: 99591
  Show dependency treegraph
 
Reported: 2013-04-11 03:07 PDT by Allan Sandfeld Jensen
Modified: 2013-04-25 06:15 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.16 KB, patch)
2013-04-11 03:10 PDT, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff

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