https://bugzilla.wikimedia.org/show_bug.cgi?id=29455
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Krinkle <[email protected]> 2011-06-21 17:55:14 UTC --- The callback would called on the text that byteLength is currently processing. At, say, line 48 [1] The example use case for bug 29454 would be filtering away a namespace prefix, so that the limit enforces only part of the input and not the entire html input field. That way we are enforcing 255 bytes on page_title to the front-end. Right now this would require moving the namespace to a seperate input field. -- Krinkle http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/resources/jquery/jquery.byteLimit.js?revision=86982&view=markup#l48 PS: Come to think of it, creating a dropdown menu with namespaces on Special:Move and having only the page title in the input field does sound like a good thing to do... -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
