Bug 81674 - [Qt][WK2] Item cannot be selected from select list in touch webview
Summary: [Qt][WK2] Item cannot be selected from select list in touch webview
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-20 09:41 PDT by Dinu Jacob
Modified: 2012-03-21 04:43 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.88 KB, patch)
2012-03-20 09:47 PDT, Dinu Jacob
no flags Details | Formatted Diff | Diff

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