Opened 10 years ago
Last modified 5 years ago
#31615 new defect (bug)
UI bug using Quick Edit
Reported by: | justingreerbbi | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.1.1 |
Component: | Quick/Bulk Edit | Keywords: | 2nd-opinion |
Focuses: | Cc: |
Description
After changing the parent attribute for a page using Quick Edit, the page title is prepended with the child hyphen but the table structure does not change. Refreshing the page fixes the issue.
Using latest 4.1.1 with no plugins installed and default theme.
Steps to replicate:
- Change the parent of a page or post using quick edit
Browser
Chrome: 41.0.2272.76 (64-bit) OS X Yosemite 10.10.2.
Note: See
TracTickets for help on using
tickets.
The ajax function (wp_ajax_inline_save) returns a single row of the table, which is inserted back into the post's original position.
Rows are also not re-sorted when changing the date, and this behavior is consistent across other interfaces as well. For example, in a list of posts filtered by category, removing that category does not remove the post from the view until the page is refreshed.
My feeling is that the current experience is preferable, and removing rows or resorting rows would cause unnecessary confusion on the part of the user and unnecessary overhead in the codebase.