#1901 closed enhancement (fixed)
Dropdown lists are a poor experience
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | General - Administration | 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)
#2
@
13 years ago
Here's a nice ajax vs. of chosen as well:
https://github.com/meltingice/ajax-chosen
#10
@
13 years 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.
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/