[Webkit-unassigned] [Bug 21279] Support ime-mode (CSS property)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 7 00:56:28 PDT 2010


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





--- Comment #9 from Kenichi Ishibashi <bashi at google.com>  2010-09-07 00:56:28 PST ---
(In reply to comment #8)
> OK, but doesn't preventing input methods mean that
> 1) Kotoeri Romaji won't work,
> 2) but other keyboard layouts (such as Russian) will still work?
> 
> Neither is desirable in your use case.

Sorry for lack of description. The patch doesn't disable Kotoeri Romaji input mode even if a field is styled with 'ime-mode: disable' since the input mode is so called "ASCII-capable (This term used in the reference document on ADC) input mode," which behaves just like ASCII keyboard. The patch disables only non ASCII-capable input methods when the field is styled with "ime-mode: disabled." So, in that case, Kotoeri Romaji input mode doesn't switch out while Russian input mode do (Russian input mode is not ASCII-capable).

-- 
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