Bug 114066

Summary: [BlackBerry] FatFingers Don't check the shadow tree for all elements.
Product: WebKit Reporter: Tiancheng Jiang <tijiang>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, commit-queue, mifenton, rwlbuis, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.