Bug 51689
Summary: | [Qt] Google suggest to work correctly with Virtual keyboard | ||
---|---|---|---|
Product: | WebKit | Reporter: | Prasad <prasad.adimulam> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Critical | CC: | ap, prakash.nadar, suresh.voruganti |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | S60 Hardware | ||
OS: | S60 3rd edition |
Prasad
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
FWIW, Google Suggest works when using Mac OS X built in keyboard panel, and we aren't faking keypresses for that.
Prakash Nadar
The bug is related to QGraphicsWebView and not QWebView. QWebView should work without any problem.
Suresh Voruganti
I confirmed with the developer, that he using the full virtual keyboard, so this error can be ignored
Prakash Nadar
What is 'Full Virtual Keyboard' ?
Suresh Voruganti
(In reply to comment #4)
> What is 'Full Virtual Keyboard' ?
I mean full screen virtual keyboard that you see in Nokia N8
Prakash Nadar
So do we ignore this until it is really a problem?
Prakash Nadar
Alexey, how do I get the MacOSx keyboard panel?
Alexey Proskuryakov
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.
Prasad
Related QtWRT Bugzilla error ID: http://bugs.nokia-boston.com/bugzilla/show_bug.cgi?id=4410