Opened 22 months ago
Last modified 2 months ago
#18517 new defect (bug)
Visual Feedback for Nav Menu UI
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Menus | Version: | 3.0 |
| Severity: | normal | Keywords: | needs-patch |
| 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 (5)
comment:1
nacin
— 19 months ago
- Keywords needs-patch added
- Type changed from enhancement to defect (bug)
- Version changed from 3.3 to 3.0
comment:3
helenyhou
— 8 months ago
- Component changed from UI to Menus
- Summary changed from Tactile Feedback for Nav Menu UI to Visual Feedback for Nav Menu UI
pragunbhutani
— 2 months ago
comment:4
pragunbhutani
— 2 months 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
Agreed.