Ticket #5580 (closed enhancement: fixed)

Opened 11 months ago

Last modified 5 months ago

Support tag-auto-suggest with multiple tag insert

Reported by: paddya Assigned to: markjaquith
Priority: normal Milestone: 2.6
Component: Administration Version:
Severity: normal Keywords: auto-tag-suggest has-patch
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

admin-ajax.php.diff (0.6 kB) - added by paddya on 01/04/08 14:51:02.
5580.diff (4.7 kB) - added by markjaquith on 06/29/08 23:21:59.

Change History

01/04/08 14:51:02 changed by paddya

  • attachment admin-ajax.php.diff added.

01/04/08 14:57:53 changed by ionfish

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

03/19/08 23:55:59 changed by ffemtcj

  • keywords changed from auto-tag-suggest to auto-tag-suggest reporter-feedback.
  • milestone changed from 2.5 to 2.6.

Does this still not work?

06/29/08 23:14:31 changed by markjaquith

  • 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.

06/29/08 23:21:59 changed by markjaquith

  • attachment 5580.diff added.

06/29/08 23:25:28 changed by markjaquith

  • keywords changed from auto-tag-suggest reporter-feedback to auto-tag-suggest has-patch.

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.

06/30/08 00:04:23 changed by markjaquith

  • status changed from assigned to closed.
  • resolution set to fixed.

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