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 | 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)
Change History (3)
#1
@
19 years ago
- Keywords bg|has-patch added
2633.diff
- Displays a link to the newly added list item.
- Makes list-manipulation errors/status messages more inline with WP's other messages.
- Fixes HTML/CSS bug in cat listing on Add Bookmark page.
- Simplifies list-manipulation reseting of form data.
- 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.
Note: See
TracTickets for help on using
tickets.
Display a link to the newly added list item.