Opened 17 years ago
Closed 17 years ago
#5580 closed enhancement (fixed)
Support tag-auto-suggest with multiple tag insert
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | auto-tag-suggest has-patch |
Focuses: | Cc: |
Description
Hello,
at the moment the tag-auto-suggest does not work with with multiple tag inserts. I thought, that this should be possible, so I created a patch.
Currently there is no 'match-highlighting' after typing a comma. This is a javascript-problem, I think.
Attachments (2)
Change History (7)
#2
@
17 years ago
- Keywords reporter-feedback added
- Milestone changed from 2.5 to 2.6
Does this still not work?
#3
@
17 years ago
- Owner changed from anonymous to markjaquith
- Status changed from new to assigned
Issue: it replaces the entire input box with the last auto-suggest selected tag.
Example:
Tags: WordPress, Open Sou
If you select "Open Source" from the auto-suggest, "WordPress" will go away, and you'll just have "Open Source"
I have a patch coming.
#4
@
17 years ago
- Keywords has-patch added; reporter-feedback removed
5580.diff applies Alexander Dick's jQuery.suggest patch which adds support for entering multiple items. I expanded on paddya's patch to make sure we weren't searching for blank or one-character partial tags. Seems to work really well for me.
As ryan said here, "Hold off on tickets against admin UI since everything is in pieces right now."