Bug 43799
Summary: | [QT]Virtual Keyboard pops up right after loading a search engine when using QtWebkit 2.1 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexandra Santos <alexandra.1.santos> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | sriram.yadavalli, suresh.voruganti |
Priority: | P2 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | S60 Hardware | ||
OS: | S60 3rd edition |
Alexandra Santos
After loading any search engine like www.google.com, www.yahoo.com, www.wikipedia.com, the virtual keyboard pops up automatically.
Steps to reproduce:
1.- Install QtWebkit 2.1 on a symbian device (symbian 4).
2.- Install and launch QtTestBrowser.sis
3.- Load the following url: www.yahoo.com
Actual Result:
Virtual keyboard pops right up without any user interaction involved.
Expected Result:
Virtual keyboard would not pop up without a touch in the input field.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sriram
The reason for this is that most search websites set the focus to the input box when the web page is loaded. This allows users to start typing and search for content. On mobile, this results in the VKB launching. The fix for this should be on top of Webkit, not inside Webkit...as the behavior is standard complaint.
Suresh Voruganti
Sriram, Shall I resolve the error as Invalid?
What do You mean "fix should be done on top of webkit"--Does this need to be fixed in Browser or any other component?
I think this error was not reproducible with other QtWebkit releases like 2.0
Suresh Voruganti
Not reproducible any more. so resolving.