Bug 39676 - Invalid in some fields of web page.
Summary: Invalid in some fields of web page.
Status: RESOLVED DUPLICATE of bug 40107
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Hardware S60 3rd edition
: P3 Major
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2010-05-25 08:27 PDT by Andriy
Modified: 2010-11-22 04:13 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 Andriy 2010-05-25 08:27:09 PDT
Using QT 4.7 beta QWebView, I created a browser. Moved to page http://www.facebook.com/login.php?api_key=1d8cde0cf14985d9dbed26839d2ea7f3&next=fbconnect://success&fbconnect=1&connect_display=touch. Field "Email" can not be filled, because double click does not show the keyboard. The field "Password" is okay.
Comment 1 Sriram 2010-06-08 11:14:25 PDT
I looked at the code and seems like the email address is using <input type="email" name="email" value="" id="email" class="inputtext">

So, seems like for type="email", keyboard is not coming up on S60 3rd edition.  Not sure if this is supported on those releases.  Can you try with input type="text"?  I would propose to downgrade this to P3.
Comment 2 Andriy 2010-06-11 02:53:09 PDT
(In reply to comment #1)
> I looked at the code and seems like the email address is using <input type="email" name="email" value="" id="email" class="inputtext">
> 
> So, seems like for type="email", keyboard is not coming up on S60 3rd edition.  Not sure if this is supported on those releases.  Can you try with input type="text"?  I would propose to downgrade this to P3.

This is not my site, I do not have access to edit fields. It is http://www.facebook.com.
I just want to make support of this site in my program. But I can not because of a bug in QWebKit does not allow me to log on www.facebook.com.
Please fix this bug, so that the QWebKit can support the www.facebook.com!
Comment 3 Janne Koskinen 2010-11-22 04:13:30 PST
Duplicate of https://bugs.webkit.org/show_bug.cgi?id=40107 which has been fixed.

*** This bug has been marked as a duplicate of bug 40107 ***