Opened 11 months ago

Closed 7 months ago

Last modified 7 months ago

#1901 closed enhancement (fixed)

Dropdown lists are a poor experience

Reported by: johnjamesjacoby Owned by: johnjamesjacoby
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)

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/

Here's a nice ajax vs. of chosen as well:
https://github.com/meltingice/ajax-chosen

What particular areas is this ticket referring to?

  • Cc wordpress@… added

Related #1512

  • Cc jared@… added

Probably should get the boot to 2.3 >:D

(In [4259]) Dropdowns:

  • Revert back to text inputs for topic and forum ID's in metaboxes.
  • Fixes memory issues when loading thousands of posts.
  • Fixes #1878.
  • See #1901.

(In [4260]) Suggest:

  • First pass at adding autocomplete to forum and topic ID's.
  • Adds ajax.php to bbp-includes/admin/.
  • Updates metabox inputs back to type 'text'.
  • @todo phpdoc and inline doc, and nonce checks.
  • See #1901.
  • Resolution set to fixed
  • Status changed from new to closed

(In [4261]) Suggest:

  • Combine admin/ajax.php into admin/admin.php.
  • Tweak metabox output and CSS.
  • Adds phpdoc and inline doc.
  • Fixes #1901
  • 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.

  • Cc pippin@… added
Note: See TracTickets for help on using tickets.