Opened 14 years ago
Closed 10 years ago
#18517 closed defect (bug) (fixed)
Visual Feedback for Nav Menu UI
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Menus | Keywords: | has-patch needs-refresh |
Focuses: | ui, javascript | Cc: |
Description
Currently if you go to:
/wp-admin/nav-menus.php
Then click the plus sign to add a Menu and then without putting a menu name in, click create menu, it gives you a visual indicator that you've missed a critical bit of data.
But, if you try to add a Custom Link to an existing menu: If one forgets to add a URL and just adds a label then tries to save it, there is not 'tactile feedback'. It just sits there not doing anything.
It should probably be consistent with how the rest of the UI behaves.
Attachments (1)
Change History (9)
#1
@
13 years ago
- Keywords needs-patch added
- Type changed from enhancement to defect (bug)
- Version changed from 3.3 to 3.0
#3
@
12 years ago
- Component changed from UI to Menus
- Summary changed from Tactile Feedback for Nav Menu UI to Visual Feedback for Nav Menu UI
#4
@
12 years ago
I've added an addClass('form-invalid') to the event handler in nav-menu.js
Also updated class definition for .form-invalid to include .customLinkDiv
#5
@
11 years ago
- Focuses ui javascript added
- Keywords has-patch needs-refresh added; needs-patch removed
Agreed.