Bug 97774 - [Qt][WK2] Commit the preedit string in the input method when focus is about to be moved.
Summary: [Qt][WK2] Commit the preedit string in the input method when focus is about t...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Brüning
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-27 05:31 PDT by Michael Brüning
Modified: 2012-11-29 06:18 PST (History)
5 users (show)

See Also:


Attachments
Patch (9.67 KB, patch)
2012-09-27 06:04 PDT, Michael Brüning
kenneth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Brüning 2012-09-27 05:31:22 PDT
[Qt][WK2] Commit the preedit string in the input method when focus is about to be moved.
Comment 1 Michael Brüning 2012-09-27 06:04:52 PDT
Created attachment 165983 [details]
Patch
Comment 2 Michael Brüning 2012-09-27 06:08:27 PDT
Comment on attachment 165983 [details]
Patch

Removing review flag for the time being as I am trying to get somebody to try this on harmattan with the following test case:

- go to m.facebook.com
- tap on the email address field and enter a string that will result in a suggestion
- tap on the password field
- verify the preedit string is committed to the username field
- enter text
- verify the text is entered into the password field, not the username field.
Comment 3 Michael Brüning 2012-11-29 06:18:26 PST
Committed r136126: <http://trac.webkit.org/changeset/136126>