The Free Tag lines in the classify tab are set at size=60, maxlength=120 whereas the Taxonomy module allows maxlength=255 (which is itself way too low but that's another issue for another module...). I have patched my copy of Taxonomoy_switch to be:
$form['taxonomy']['tags'][$vid->vid]['#maxlength'] = 255;
$form['taxonomy']['tags'][$vid->vid]['#size'] = 120;
Comments
Comment #1
rkdesantos commentedNow that the Taxonomy module has had the limit raised to 1024, future versions of taxonomy switch should do likewise.
Comment #2
pomliane commentedThis version of Taxonomy Switch is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.