[Webkit-unassigned] [Bug 29815] REGRESSION (r48698): Cannot enter text in Facebook message content field

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 18:33:33 PDT 2009


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





--- Comment #4 from TAMURA, Kent <tkent at chromium.org>  2009-09-28 18:33:33 PDT ---
I took a look at a Facebook JS code.
I guess TextInputControl class in it does something like the following:
  textarea.maxLength = textarea.maxLength;

If maxlength= HTML attribute is missing, .maxLength is 0 according to older
HTML5 draft, so the new .maxLength becomes 0, of course.

Maybe this bug will be fixed if Bug#29796 is fixed.  I'll check it soon.

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