#1901 closed enhancement (fixed)
Dropdown lists are a poor experience
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| Cc: | wordpress@…, jared@…, stephen@…, pippin@… |
Description
Listing out hundreds of topics (and a potentially large number of forums) in drop boxes is a really poor experience. These should be replaced with a jQuery UI based autocomplete, and fall-back to a dropdown.
Change History (12)
Here's a nice ajax vs. of chosen as well:
https://github.com/meltingice/ajax-chosen
comment:7
johnjamesjacoby — 8 months ago
comment:8
johnjamesjacoby — 8 months ago
comment:9
johnjamesjacoby — 8 months ago
- Resolution set to fixed
- Status changed from new to closed
comment:10
netweb — 7 months ago
- Cc stephen@… added
- Resolution fixed deleted
- Status changed from closed to reopened
When editing a Forum, Topic or Reply within WP-Admin if the intended 'Parent' Forum/Topic? has visibility set to 'Private' or 'Hidden' autocomplete will NOT show the apllicable Forum ID or Topic ID for selection as the 'Parent' object.
- Resolution set to fixed
- Status changed from reopened to closed
Fixed in r4359.
comment:12
mordauk — 7 months ago
- Cc pippin@… added
Note: See
TracTickets for help on using
tickets.

Randomly found this today, and thought of this ticket. Seems fairly easy to implement, and we wouldn't have to create all the jquery variables to make it work. According to the docs, we'd pretty much only have to enqueue the script, and add some CSS.
http://harvesthq.github.com/chosen/