Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#5580 closed enhancement (fixed)

Support tag-auto-suggest with multiple tag insert

Reported by: paddya's profile paddya Owned by: markjaquith's profile markjaquith
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)

admin-ajax.php.diff (650 bytes) - added by paddya 17 years ago.
5580.diff (4.7 KB) - added by markjaquith 17 years ago.

Download all attachments as: .zip

Change History (7)

#1 @ionfish
17 years ago

As ryan said here, "Hold off on tickets against admin UI since everything is in pieces right now."

#2 @ffemtcj
17 years ago

  • Keywords reporter-feedback added
  • Milestone changed from 2.5 to 2.6

Does this still not work?

#3 @markjaquith
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.

@markjaquith
17 years ago

#4 @markjaquith
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.

#5 @markjaquith
17 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [8214]) Enable tag auto-suggest for multiple tags at once (without having to hit enter and send each one "down below"). fixes #5580

Note: See TracTickets for help on using tickets.