https://bugzilla.wikimedia.org/show_bug.cgi?id=32126
--- Comment #1 from Brion Vibber <[email protected]> 2011-11-02 19:10:21 UTC --- Seems to be a side-effect of switching it to use HTMLForm; the series of checkboxes are made with HTMLMultiSelect which appears to want to validate every input value. This baffles me generally because MultiSelect would presumably be a <select> listbox with the multiple-selection option enabled. WTF? I can see a way to add a validation callback to declare things invalid, but not one to declare things as valid.... except by returning a true-ish but !== true value, which looks fragile and may not be a safe interface to use. -- 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
