Opened 3 years ago

Closed 2 years ago

Last modified 2 years ago

#12399 closed enhancement (fixed)

Use jQuery UI autocomplete

Reported by: sbressler Owned by: azaozz
Priority: normal Milestone:
Component: JavaScript Version: 3.0
Severity: normal Keywords: needs-patch jquery, jquery ui, autocomplete, js, bassistance
Cc: WordPress@…

Description

Hi, I'm not certain which version of the bassistance autocomplete is currently in trunk (wp-includes/js/jquery), but I was wondering if there were plans to port to the version of autocomplete being added to jQuery UI 1.8 (now in RC2). UI 1.8 should be finished any day now and I imagine it'd be better to use that stable build than a jQuery plugin (as stable as it is). It looks like joern zaefferer contributed to the version in jQuery UI, so I'm sure it's as good if not better.

Also, it seems with the autocomplete now added to trunk that there are two different ones (suggest.js and autocomplete.js). Will the tag suggestion be ported to use the newer autocomplete?

Thanks!

Change History (9)

Here's a demo and documentation of the version of autocomplete being added to jQuery UI: http://jqueryui.com/demos/autocomplete/

comment:2 in reply to: ↑ description   filosofo3 years ago

Replying to sbressler:

I imagine it'd be better to use that stable build than a jQuery plugin (as stable as it is).

Would you please elaborate about what would be better? Does the current code have problems? Does the current code lack functionality?

  • Milestone changed from Unassigned to 3.0

Also, it seems with the autocomplete now added to trunk that there are two different ones (suggest.js and autocomplete.js). Will the tag suggestion be ported to use the newer autocomplete?

+1 to this: we should have a single autocomplete/suggest script.

comment:4   ryan3 years ago

We've used suggest.js for a long time. The menus recently introduced autocomplete.js. I'd be fine sticking with suggest.js since we have it working the way we want it.

  • Keywords needs-patch added
  • Milestone changed from 3.0 to Future Release

punting pending patch

  • Cc WordPress@… added

The UI autocomplete was removed in [14718].

  • Resolution set to fixed
  • Status changed from new to closed
  • Milestone Future Release deleted
Note: See TracTickets for help on using tickets.