Bug 82736 - [Qt][WK2] Focusing an input form doesn't show virtual keyboard on mobile
Summary: [Qt][WK2] Focusing an input form doesn't show virtual keyboard on mobile
Status: RESOLVED DUPLICATE of bug 85350
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 76773
  Show dependency treegraph
 
Reported: 2012-03-30 09:17 PDT by Rafael Brandao
Modified: 2012-06-02 00:17 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Brandao 2012-03-30 09:17:40 PDT
This is happening with N9 right now, not sure about the rest. We should rather show the virtual keyboard, like qml element TextInput does or dispatch a signal that would allow us to handle the virtual keyboard separately. I would rather prefer the first option, but I'm not sure what others would really like.
Comment 1 Simon Hausmann 2012-04-01 23:13:28 PDT
(In reply to comment #0)
> This is happening with N9 right now, not sure about the rest. We should rather show the virtual keyboard, like qml element TextInput does or dispatch a signal that would allow us to handle the virtual keyboard separately. I would rather prefer the first option, but I'm not sure what others would really like.

I believe the first option is the way to go - the virtual keyboard is something that should work out of the box.
Comment 2 Simon Hausmann 2012-06-02 00:17:06 PDT

*** This bug has been marked as a duplicate of bug 85350 ***