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 BugsAssignee: 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   

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.