#8523 closed defect (bug) (fixed)
invalid CSS IDs in admin menu
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | 2.7 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
CSS IDs are being partially normalized in the admin menu. however, plugins that use URLs such as
directory/file.php
are giving CSS selectors such as:
id="toplevel_page_directory/file"
slashes are not valid, and should be converted to - or _. this bug is currently breaking styling.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [10123]) Filter menu IDs, fixes #8523