[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 00:34:19 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=25253
--- Comment #6 from TAMURA, Kent <tkent at chromium.org> 2009-08-27 00:34:19 PDT ---
A pre-edit text can be outside the InputElment::value() because IME inputs
change subtree without firing BeforeTextInsertedEvents.
RenderTextControlSingleLine::subtreeHasChanged() calls
input->constrainValue(text()). It makes a mismatch of InputElement::value()
and visible text.
--
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