[Webkit-unassigned] [Bug 25253] REGRESSION: 'maxLength' of input text field doesn't work for CJK characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 27 17:40:52 PDT 2009


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





--- Comment #10 from Hironori Bono <hbono at chromium.org>  2009-08-27 17:40:52 PDT ---
(In reply to comment #9)
> The support for fake IME is only available on the Mac, so look at the tests in
> platform/mac/editing/input for examples. I'm not 100% sure what's there will
> actually work for this case since it really fakes out IME. It does do marked
> text, but when you accept a composition, it just puts in the plain latin
> characters that you typed. It never actually does the conversion to characters.

Right. We can call IME functions of WebKit through TextInputController on Mac
and I assume we can write an automated text for this issue. (I'm not sure
whether or not it becomes a text test or a pixel test, though.) Let me talk
with him about the test.

By the way, do we need to port the above IME test feature to the test_shell of
Chrome? If so, I'm happy to implement it. (Sorry for my off-the-wall question
in advance.)

Regards,

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