Opened 4 weeks ago
Closed 4 weeks ago
#62048 closed enhancement (wontfix)
UI Suggestion to avoid accidental deletion of entire menu
Reported by: | brendantmf | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.6.2 |
Component: | Menus | Keywords: | has-patch |
Focuses: | Cc: |
Description
On the page to edit menus, the button to delete the entire menu is dangerously close to the option that removes a single menu item and the button that saves the menu changes. When you’re moving quickly it’s a very easy mistake to make, especially when the “remove” option isn’t visible on the screen. It’d be great if the button to “Delete Menu” could be moved off to the right or to some place where one needs to be more intentional about taking such a drastic action.
https://t.gyazo.com/teams/modernfirm/914178f187bd7bebd21158f98d159bc3.png(Screenshot of issue)
Thanks!
Attachments (1)
Change History (3)
This ticket was mentioned in PR #7353 on WordPress/wordpress-develop by @iambherulal.
4 weeks ago
#1
- Keywords has-patch added
I have added the justify-content: space-between;
style to move the delete menu button to the right side.
Trac ticket: https://core.trac.wordpress.org/ticket/62048
#2
@
4 weeks ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
Thanks for your contribution!
However, this was intentionally set up in this way in #56594, to improve the proximity of related menu items, as part of the overall task in #40822.
That doesn't mean that there aren't improvements that can be made; but currently the major prevention for accidentally deleting a menu is the prominent browser alert confirming the action, so that the deletion requires two steps to actually occur.
For now, I'm going to close this as a wontfix, since it was very much an intentional choice; but feel free to continue the conversation.
Screenshot of issue.