https://bugzilla.wikimedia.org/show_bug.cgi?id=38158

--- Comment #4 from Krinkle <krinklem...@gmail.com> 2012-07-04 11:41:24 UTC ---
Debugging in Chrome, looks like it is not caused by jquery.byteLimit. The
browser itself is limiting it.

The native maxLength property is being set to 0.

Turns out that if you set Element.maxLength = undefined; (implied by
$input.removeProp('maxLength');) 
The property becomes undefined indeed in Chrome and Firefox. But the attribute
value is changed to maxlength="0".

So the very code that was indented to disable te native maxLength ends up
enforcing it even stronger. Will try to figure out a different solution then,
and file a bug upstream.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to