On my site, when I start typing tags, the autocomplete works but then when I make a selection or hit enter I get lots of commas.
For example, I start to type "lands" and the auto complete shows "landscape". Now when I make a selection, the input box shows.
la,,,,,,,,,landscape,
Any ideas?
Comments
Mac OSX: Chrome, Safari, Firefox
Windows 7: Chrome, Internet Explorer
CentOS 5.4: Firefox
More detail: when I hit enter to do the autocomplete, the string that I typed, [partial tag], isn't replaced but appended to plus several commas before the autocompleted tag, [autocompleted tag]
Like this:
[partial tag],,,,,[autocompleted tag]
<input type="text" name="words" value id="search_input">
Maybe this is the location in the tag_suggest plug in that is having an effect? I'll try to tweak that line and see what happens...
http://www.zenphoto.org/trac/browser/branches/development/zp-core/zp-extensions/tag_suggest.php?rev=6721#L45