Bug 81674

Summary: [Qt][WK2] Item cannot be selected from select list in touch webview
Product: WebKit Reporter: Dinu Jacob <dinu.jacob>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: menard, webkit.review.bot, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Dinu Jacob 2012-03-20 09:41:08 PDT
Cannot select an item a from a select list.
Comment 1 Dinu Jacob 2012-03-20 09:43:42 PDT
Touch webview grabs focus in touc event handler as the itemSelector qml component is not handling the touch event. Need to set the flag to ignore touch event in qquickwebview when displaying the select list (the flag was set earler in https://bugs.webkit.org/show_bug.cgi?id=79738 for the other dialogs that uses QtDialogRunner in qquickwebview)
Comment 2 Dinu Jacob 2012-03-20 09:47:28 PDT
Created attachment 132840 [details]
Patch
Comment 3 WebKit Review Bot 2012-03-21 04:43:55 PDT
Comment on attachment 132840 [details]
Patch

Clearing flags on attachment: 132840

Committed r111523: <http://trac.webkit.org/changeset/111523>
Comment 4 WebKit Review Bot 2012-03-21 04:43:59 PDT
All reviewed patches have been landed.  Closing bug.