Opened 13 years ago
Closed 11 years ago
#17852 closed enhancement (worksforme)
Collapsed menu fly-out headers should be clickable
Reported by: | nacin | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch |
Focuses: | accessibility | Cc: |
Description (last modified by )
When you hover over a collapsed admin menu icon, the extension of the icon is not clickable, only the submenu screens are.
This is the same behavior in 2.7 to 3.1, but I think it should be considered.
Attachments (6)
Change History (18)
#2
@
13 years ago
- Keywords has-patch ui-feedback added
Refreshed and slightly changed the patch:
- Removed highlighting of submenu header links
- Preserved current height of submenu headers
!important
is still needed, since that's the way background color is defined in color schemes:
http://core.trac.wordpress.org/browser/tags/3.2.1/wp-admin/css/colors-fresh.dev.css#L1291
#10
@
13 years ago
- Milestone changed from 3.4 to Future Release
17852.diff is a quick-and-dirty patch. More work is going to be needed to get this right.
Note: See
TracTickets for help on using
tickets.
First time doing this so hope I did that right.
Still needs some tweaking, especially in older versions of IE (as usual). Also, had to use !important to get the highlighting to override so that needs to be taken care of as well. But it is a start :)