[Webkit-unassigned] [Bug 32509] ITU-T keyboard lacks character echo in web input fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 10 01:49:45 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=32509





--- Comment #51 from Kristian Amlie <kristian.amlie at nokia.com>  2011-01-10 01:49:43 PST ---
> I don't even know what an ITU-T keyboard is, but iOS just always displays the last character in the password field for a second or two. This sounds like what this patch tries to make possible, too.

How does it display the last character? Is it just a property of the editor, or does the platform code have to send any specific events to show and hide the character?

>From the Qt side it does not matter whether it's an ITU-T keyboard or not. All keyboards, when used in password fields, will send characters of the "preedit" type, which means they should be displayed, even in password fields. Then after a second, it erases the character, and sends a new "committed" character.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list