[Webkit-unassigned] [Bug 54443] Textarea maxlength doesn't account for newlines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 14 02:03:18 PDT 2011


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





--- Comment #16 from Ryosuke Niwa <rniwa at webkit.org>  2011-03-14 02:03:18 PST ---
(In reply to comment #15)
> I didn't consider such a situation. Actually this is not only new line problem, but also normal characters.
> 
> Let's say,
>  <input type="text" value="aaaaaaa" maxlength="3">
> It shows
> aaaaaaa
> in text input.

I think you misunderstood me.  I'm talking about the case where you try inserting the 4th new line break into <input type="text" value="\n\n\n" maxlength="3">.  I'm not talking about the case where the number of line breaks is larger than the maximum length.

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