Opened 14 years ago
Closed 14 years ago
#13338 closed defect (bug) (fixed)
Deleting a menu should land you on the next available menu instead of the + tab
Reported by: | Denis-de-Bernardy | Owned by: | koopersmith |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Menus | Keywords: | has-patch |
Focuses: | Cc: |
Description
In software editors that support tabs (or in browsers, for that matter), killing a tab results in your being navigated to the next available tab (the one to the right, if any, else the one to the left).
WP should not behave any differently when you delete menus.
Attachments (1)
Change History (10)
#1
@
14 years ago
- Keywords ux-feedback added; ui ux removed
- Severity changed from critical to normal
#5
@
14 years ago
I can't remember which ticket this came up in, but do we want the tabs to be rearrangeable? I have an idea for a quick patch if they're not, but it'll break if they are.
#6
@
14 years ago
- Keywords ux-feedback removed
Given that we're implementing menu slots in #13378, I see no need to implement rearrangeable tabs for 3.0 (since users no longer have to rely on the first menu being the one automatically used by a theme).
#8
@
14 years ago
- Keywords has-patch added
Patch selects the next tab (alphabetically, because they're sorted alphabetically). If the deleted menu was the last tab, it selects the last tab (ie the previous tab). If there are no more menus, it selects create menu. It also fixes the bug where no menu tab will be selected if the delete url is refreshed.
Agreed. Marking as ux-feedback, but patches welcome.