Bug 51689 - [Qt] Google suggest to work correctly with Virtual keyboard
Summary: [Qt] Google suggest to work correctly with Virtual keyboard
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Hardware S60 3rd edition
: P2 Critical
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-28 14:34 PST by Prasad
Modified: 2011-01-06 13:50 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Prasad 2010-12-28 14:34:38 PST
When text is entered through the virtual keyboard, corresponding keyevents are not passed to the webpage to generate DOM events so that the JScript can handle
them. 

The change attempts to fake those key presses depending on the text in the inputmethod's confirmed text.
Comment 1 Alexey Proskuryakov 2010-12-29 15:46:24 PST
FWIW, Google Suggest works when using Mac OS X built in keyboard panel, and we aren't faking keypresses for that.
Comment 2 Prakash Nadar 2011-01-04 13:20:48 PST
The bug is related to QGraphicsWebView and not QWebView. QWebView should work without any problem.
Comment 3 Suresh Voruganti 2011-01-04 13:28:22 PST
I confirmed with the developer, that he using the full virtual keyboard, so this error can be ignored
Comment 4 Prakash Nadar 2011-01-04 13:32:34 PST
What is 'Full Virtual Keyboard' ?
Comment 5 Suresh Voruganti 2011-01-04 13:34:44 PST
(In reply to comment #4)
> What is 'Full Virtual Keyboard' ?
I mean full screen virtual keyboard that you see in Nokia N8
Comment 6 Prakash Nadar 2011-01-04 13:38:04 PST
So do we ignore this until it is really a problem?
Comment 7 Prakash Nadar 2011-01-04 13:38:43 PST
Alexey, how do I get the MacOSx keyboard panel?
Comment 8 Alexey Proskuryakov 2011-01-04 13:54:56 PST
In Mac OS X 10.6: go to "Language & Text" panel in System Preferences, enable "Keyboard & Character Viewer" in Input Sources tab, enable "Show input menu in menu bar". The virtual keyboard will be under an input source icon in menu bar.

It's similar in earlier OS versions, but item names are different.
Comment 9 Prasad 2011-01-06 13:50:50 PST
Related QtWRT Bugzilla error ID: http://bugs.nokia-boston.com/bugzilla/show_bug.cgi?id=4410