Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#2633 closed defect (bug) (fixed)

It's sometimes hard to see any response from the list manipulation AJAX

Reported by: mdawaffe's profile mdawaffe Owned by:
Milestone: 2.1 Priority: normal
Severity: normal Version: 2.1
Component: Administration Keywords: list-manipulation ajax js bg|has-patch
Focuses: Cc:

Description

When adding items to long lists, the new item can be added somewhere off the screen. The markup/CSS of the admin pages could be redesigned to prevent this where possible. A complementaly solution would be to dispaly a link to the anchor of the new element on successful addition.

Attachments (1)

2633.diff (10.1 KB) - added by mdawaffe 19 years ago.
Display a link to the newly added list item.

Download all attachments as: .zip

Change History (3)

@mdawaffe
19 years ago

Display a link to the newly added list item.

#1 @mdawaffe
19 years ago

  • Keywords bg|has-patch added

2633.diff

  1. Displays a link to the newly added list item.
  2. Makes list-manipulation errors/status messages more inline with WP's other messages.
  3. Fixes HTML/CSS bug in cat listing on Add Bookmark page.
  4. Simplifies list-manipulation reseting of form data.
  5. Moves the location of the AJAX response element (where notices and errors are put) around in a few places. Particularly, that for categories.php is now to the right of the title and parent form elements. I'll let someone else figure out where these elements should be best placed here and in other places.

#2 @ryan
19 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3684]) List manip improvements from mdawaffe. fixes #2633

Note: See TracTickets for help on using tickets.