Bug 39676
| Summary: | Invalid in some fields of web page. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Andriy <andriy.sakhno> |
| Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Major | CC: | hausmann, koshuin, sriram.yadavalli |
| Priority: | P3 | Keywords: | Qt, QtTriaged |
| Version: | 528+ (Nightly build) | ||
| Hardware: | S60 Hardware | ||
| OS: | S60 3rd edition | ||
Andriy
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sriram
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.
Andriy
(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!
Janne Koskinen
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 ***