Opened 10 years ago
Last modified 6 years ago
#31638 new enhancement
Bulk Edit & Quick Edit User Interfaces should be consistent
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Quick/Bulk Edit | Keywords: | close |
Focuses: | ui | Cc: |
Description
Bulk edit and quick edit interfaces do pretty much the same thing: they let the user perform a few tasks from edit.php. However, the interfaces for these two panels is inconsistent. Take a look:
Quick edit:
Bulk edit:
The major difference is that items that are checkboxes in Quick Edit are dropdowns in Bulk Edit. It would seem to make sense to make these consistent across both UIs.
So, maybe in Bulk Edit change Comments, Pings, and Sticky to checkboxes
Or in Quick Edit change Comments, Pings, and Sticky to a dropdown.
Change History (3)
Note: See
TracTickets for help on using
tickets.
The reason why in Bulk Edit those settings are dropdowns is the need of one additional option which is "No Change". For example "Sticky":
Three checkboxes for this wouldn't be so appropriate.
On the other hand, making the "Sticky" setting on Quick Edit a dropdown would make the interface not so simple to use as it is with checkboxes.