Bug 43799 - [QT]Virtual Keyboard pops up right after loading a search engine when using QtWebkit 2.1
Summary: [QT]Virtual Keyboard pops up right after loading a search engine when using Q...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Hardware S60 3rd edition
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-08-10 11:17 PDT by Alexandra Santos
Modified: 2010-08-27 06:19 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandra Santos 2010-08-10 11:17:13 PDT
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.
Comment 1 Sriram 2010-08-15 20:01:37 PDT
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.
Comment 2 Suresh Voruganti 2010-08-23 12:57:38 PDT
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
Comment 3 Suresh Voruganti 2010-08-27 06:19:27 PDT
Not reproducible any more. so resolving.