Bug 114066 - [BlackBerry] FatFingers Don't check the shadow tree for all elements.
Summary: [BlackBerry] FatFingers Don't check the shadow tree for all elements.
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-05 14:57 PDT by Tiancheng Jiang
Modified: 2013-04-07 08:50 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.56 KB, patch)
2013-04-05 15:15 PDT, Tiancheng Jiang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tiancheng Jiang 2013-04-05 14:57:55 PDT
No need to check the shadow tree anymore since sliders now uses touch events.
Comment 1 Tiancheng Jiang 2013-04-05 15:15:22 PDT
Created attachment 196689 [details]
Patch
Comment 2 Rob Buis 2013-04-05 15:54:02 PDT
Comment on attachment 196689 [details]
Patch

Ok.
Comment 3 WebKit Commit Bot 2013-04-05 16:20:54 PDT
Comment on attachment 196689 [details]
Patch

Clearing flags on attachment: 196689

Committed r147807: <http://trac.webkit.org/changeset/147807>
Comment 4 WebKit Commit Bot 2013-04-05 16:20:56 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Antonio Gomes 2013-04-07 08:50:41 PDT
Pay attention to this one:

 2013-03-24  Hayato Ito  <hayato@chromium.org>
 
         Allow ShadowContents in HitTests by default.
         https://bugs.webkit.org/show_bug.cgi?id=113171
 
Shadow tree is  hit-test'ed by default now.