WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 40107
39676
Invalid in some fields of web page.
https://bugs.webkit.org/show_bug.cgi?id=39676
Summary
Invalid in some fields of web page.
Andriy
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Sriram
Comment 1
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.
Andriy
Comment 2
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!
Janne Koskinen
Comment 3
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
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug