Bug 43037 - [Qt] Incorrect input method hints
Summary: [Qt] Incorrect input method hints
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Major
Assignee: Simon Hausmann
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-07-27 03:33 PDT by Simon Hausmann
Modified: 2010-09-12 14:09 PDT (History)
2 users (show)

See Also:


Attachments
Patch (5.24 KB, patch)
2010-07-27 03:36 PDT, Simon Hausmann
no flags Details | Formatted Diff | Diff
Patch (5.36 KB, patch)
2010-07-27 03:51 PDT, Simon Hausmann
vestbo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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