https://bugzilla.wikimedia.org/show_bug.cgi?id=36310
--- Comment #8 from TMg <[email protected]> 2012-05-31 17:32:02 UTC --- I understand. In this case there is a third solution: Add maxlength="255" to the textarea. I tested it and it works as expected. Note: You may say a textarea can have a maxlength in HTML5 only. I say: jQuery does not care (it adds a maxlength not matter if the page is HTML5 or not), the browsers do not care (they are reading the maxlength not matter if the page is HTML5 or not) so I do not care as well. Add maxlength="255" please, not matter if MediaWiki is in HTML5 mode or not. -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
