https://bugzilla.wikimedia.org/show_bug.cgi?id=28850
--- Comment #6 from Gregor Hagedorn <[email protected]> 2011-06-03 19:42:18 UTC --- There are two issues here: a) a button exists to modify a form, adding a new field. That is in fact very common and a standard feature of semantic mediawikis using semantic forms (i.e. almost all). b) if adding a single category: several text fields in the form are filled, the form submitted, but the content of one field (the category) is silently ignored. The second is the problem. It seems the key is the requirement "we want a single field that autocompletes"? I would use jquery.blur() for this - but I have not made the analysis in any depth, so there may of course be reasons why this does not work. Or it can be added to the submit button - before submitting, any non-existing categories are checked a must be verified in a dialog. -- 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
