Ticket #2633 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Reported by: mdawaffe Assigned to: anonymous
Priority: normal Milestone: 2.1
Component: Administration Version: 2.1
Severity: normal Keywords: list-manipulation ajax js bg|has-patch
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

2633.diff (10.1 kB) - added by mdawaffe on 04/03/06 21:16:43.
Display a link to the newly added list item.

Change History

04/03/06 21:16:43 changed by mdawaffe

  • attachment 2633.diff added.

Display a link to the newly added list item.

04/03/06 21:24:22 changed by mdawaffe

  • keywords changed from list-manipulation ajax js to list-manipulation ajax js bg|has-patch.

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.

04/04/06 00:16:33 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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