Automatically adding delimiter to each term would be a nice new feature. By delimiter I mean the symboles " " surrounding each term.

Final result would be

"Term 1", "Term 2, lorem ipsum", "Term 3"

Instead of

Term 1, Term 2, lorem ipsum, Term 3

Find attached mockup to clarify.
Find attached CSV file for example.

I would be happy to contribute testing.

Comments

alan d.’s picture

Status: Active » Needs review

Packaged up a new dev module with changes.

See http://drupal.org/cvs?commit=247960 for details. A cache flush is required. (via update.php, visiting the menu admin section, devel, or admin menu)

francewhoa’s picture

Great. Thanks Alan. I'll try testing next week. I'll post my result here.

francewhoa’s picture

StatusFileSize
new27.24 KB

The good news first. The code works with the following:
-Drupal 6.13
-content_taxonomy [6.x-1.x-dev 2009-Jul-15]
-cck 2.5
-Two TaxiSelect on the same page.
-Windows XP
-Firefox 3

As for the bad news there's a glitch with Internet Explorer 7. The drop down menu is mixed-up with other item down the page. Watch the following video to clarify http://www.youtube.com/watch?v=whZFHIKKY4E. Expected result is a drop down menu with a white background not mixed-up with other items.

Let me know if you have any questions or need anything else.

I'll be happy to contribute more testing.

alan d.’s picture

I had a look but had no luck. Bad news, this is a core bug, you can easily replicate using free tagging vocabs.

I've updated an old issue that should notify the issue to some real themers, so hoping that they can resolve the issue for us :)

See CSS: IE7 fieldset/legend issues

I posted a link to your video to help pin-point the issue.

alan d.’s picture

Status: Needs review » Closed (fixed)

Since this is a core issue, I'm closing this, but will investigate more for the next branches. The next branch requires custom CSS anyway, so no new overhead with any new CSS.

francewhoa’s picture

Thanks Alan for following up with issue in #4.