[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 Sep 3 02:02:27 PDT 2009


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


TAMURA, Kent <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #38974|                            |review?
               Flag|                            |
  Attachment #38910|0                           |1
        is obsolete|                            |




--- Comment #18 from TAMURA, Kent <tkent at chromium.org>  2009-09-03 02:02:26 PDT ---
Created an attachment (id=38974)
 --> (https://bugs.webkit.org/attachment.cgi?id=38974)
Proposed patch (rev.4)

> These tests look like they can be dumpAsText() tests.  That's much preferred
> over render tree dump tests.

dumpAsText() didn't show text in <input>.
Bono-san gave me an advice of using document.getSelection().  I have updated
the tests for document.getSelection().

> Why do we need to pass Document* now that we're passing Element*?  you can get
> element->document(). :)

That's right.  I removed the Document* parameter.

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