Bug 70613 - [Qt][WK2] WebView does not get focus when being clicked / touched in MiniBrowser.
Summary: [Qt][WK2] WebView does not get focus when being clicked / touched in MiniBrow...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zeno Albisser
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-21 09:25 PDT by Zeno Albisser
Modified: 2011-10-24 02:26 PDT (History)
1 user (show)

See Also:


Attachments
patch for review. (2.39 KB, patch)
2011-10-21 09:34 PDT, Zeno Albisser
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zeno Albisser 2011-10-21 09:25:47 PDT
This happens only when a WebView is being used together with a TextInput field or any other similar item that grabs the focus.
Once the focus is being taken by the TextInput field it will never be given back to the WebView.
Comment 1 Zeno Albisser 2011-10-21 09:34:12 PDT
Created attachment 111976 [details]
patch for review.
Comment 2 Simon Hausmann 2011-10-24 02:12:31 PDT
Comment on attachment 111976 [details]
patch for review.

r=me This seems consistent with QQuickTextEdit/Input, which also forces the active focus on mouse press events.
Comment 3 WebKit Review Bot 2011-10-24 02:26:00 PDT
Comment on attachment 111976 [details]
patch for review.

Clearing flags on attachment: 111976

Committed r98226: <http://trac.webkit.org/changeset/98226>
Comment 4 WebKit Review Bot 2011-10-24 02:26:04 PDT
All reviewed patches have been landed.  Closing bug.