Bug 97774

Summary: [Qt][WK2] Commit the preedit string in the input method when focus is about to be moved.
Product: WebKit Reporter: Michael Brüning <michael.bruning>
Component: New BugsAssignee: Michael Brüning <michael.bruning>
Status: RESOLVED FIXED    
Severity: Normal CC: abecsi, cmarcelo, menard, webkit.review.bot, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kenneth: review+

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>