Bug 82736

Summary: [Qt][WK2] Focusing an input form doesn't show virtual keyboard on mobile
Product: WebKit Reporter: Rafael Brandao <rafael.lobo>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: hausmann
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 76773    

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 ***