Bug 43037

Summary: [Qt] Incorrect input method hints
Product: WebKit Reporter: Simon Hausmann <hausmann>
Component: HTML EditingAssignee: Simon Hausmann <hausmann>
Status: RESOLVED FIXED    
Severity: Major CC: laszlo.gombos, raine.makelainen
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch vestbo: review+

Description Simon Hausmann 2010-07-27 03:33:02 PDT
When activating input fields with different types (email, url, password, etc.) the corresponding input method hints on QWebView/QGraphicsWebView are set.

However sometimes they are not set correctly, for example when activating a url field ImhUrlCharactersOnly is set. When afterwards activating a password
field the ImhUrlCharactersOnly hint is still set, in addition to the ImhHiddenText hint.
Comment 1 Simon Hausmann 2010-07-27 03:36:52 PDT
Created attachment 62676 [details]
Patch
Comment 2 Simon Hausmann 2010-07-27 03:51:09 PDT
Created attachment 62677 [details]
Patch
Comment 3 Simon Hausmann 2010-07-27 04:49:03 PDT
Committed r64120: <http://trac.webkit.org/changeset/64120>
Comment 4 Simon Hausmann 2010-07-27 04:51:14 PDT
cherry-picked into qtwebkit-4.6 with commit d521d7d81e8f0297c94be9ebd8af67ee130d0edb
Comment 5 Simon Hausmann 2010-07-29 08:05:48 PDT
Revision r64120 cherry-picked into qtwebkit-2.1 with commit c4412336e352090f84391e5844c754f7caaaa85f
Comment 6 Simon Hausmann 2010-08-03 05:07:53 PDT
Revision r64120 cherry-picked into qtwebkit-2.0 with commit 9b5e57a5da1cf975ba84971fce9a1f67c6b7c2e2