Skip to:
Content

bbPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#1901 closed enhancement (fixed)

Dropdown lists are a poor experience

Reported by: johnjamesjacoby Owned by: johnjamesjacoby
Priority: normal Milestone: 2.2
Component: General - 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)

#1 @cnorris23
14 years ago

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/

#2 @anointed
14 years ago

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

#3 @jaredatch
14 years ago

What particular areas is this ticket referring to?

#4 @MZAWeb
14 years ago

  • Cc wordpress@… added

Related #1512

#5 @jaredatch
14 years ago

  • Cc jared@… added

#6 @jaredatch
14 years ago

Probably should get the boot to 2.3 >:D

#7 @johnjamesjacoby
14 years ago

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

#8 @johnjamesjacoby
14 years ago

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

#9 @johnjamesjacoby
14 years ago

  • Resolutionfixed
  • Status newclosed

(In [4261]) Suggest:

  • Combine admin/ajax.php into admin/admin.php.
  • Tweak metabox output and CSS.
  • Adds phpdoc and inline doc.
  • Fixes #1901

#10 @netweb
14 years ago

  • Cc stephen@… added
  • Resolution fixed
  • Status closedreopened

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.

#11 @johnjamesjacoby
14 years ago

  • Resolutionfixed
  • Status reopenedclosed

Fixed in r4359.

#12 @mordauk
14 years ago

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