From bug 49787: """ -- Comment #22 From Janne Koskinen 2010-12-02 05:08:29 PST (-) [reply] ------- > Pushed to qtwebkit-2.1 as http://gitorious.org/webkit/qtwebkit/commit/85a22e12280f290c4eb0ccb4aec2ec9f13ffb7af Unfortunately this commit breaks text inputting on QtWebkit2.1 (least) on Symbian. Each character entered gets deleted right after entering. Commit needs to be reverted and backport redone and tested. """ The patch has landed on trunk, so the regression is *probably* there as well. I'm opening this ticket so that we can keep track of it (a fix has been added to qtwebkit-2.1, see bug 49787)
Hi, got contacted and asked about this issue. I can't reproduce this with QtWebkit2.1.x anymore. IIRC Kristian did change somehing in Qt after that fix. Feel free to close if you can't reproduce this either.
(In reply to comment #1) > I can't reproduce this with QtWebkit2.1.x anymore. IIRC Kristian did change somehing in Qt after that fix. Feel free to close if you can't reproduce this either. It was fixed in 2.1.x (Bug 49787), this one is about trunk.
What is the status with that bug??? Is the last attachment of https://bugs.webkit.org/show_bug.cgi?id=49787 just need a rebase?
(In reply to comment #3) > What is the status with that bug??? Is the last attachment of https://bugs.webkit.org/show_bug.cgi?id=49787 just need a rebase? Janne: do you have a 2.2 or trunk environment there where you can test for this bug?
I have the impression that this problem doesn't affect trunk or qtwebkit-2.2, but I don't have a symbian build to test and my phones are not included in the symbian buildbot (and therefore I can't install the .sis files generated there). The testcase appears to be very simple: install qtwebkit and try to input something in a web form (for example, inside QtTestBrowser). This bug is valid if each character entered gets deleted right after being entered (see comment 1).
Graham Henderson from Nokia/London tested this and couldn't reproduce it (although he couldn't find a physical keyboard). Removing it from the blockers list of QtWebKit-2.2. It's been a long journey to find someone to test this... If this bug is real (and the problem is absolutely serious and easy to spot if it is), it will be reproduced soon. Either that or noone is using/testing Symbian, in which case this bug is not important anyway.
Tested Aug12th Symbian/ARM build of webkit2.2 on Nokia MCL wk35, text entry into various web forms using QtTestBrowser appears to work correctly. Tried USB keyboard, cut/paste of text, virtual keyboard text entry
(In reply to comment #7) > Tested Aug12th Symbian/ARM build of webkit2.2 on Nokia MCL wk35, text entry into various web forms using QtTestBrowser appears to work correctly. Tried USB keyboard, cut/paste of text, virtual keyboard text entry Thanks a lot! Closing as WORKSFORME, finally. :-)