Opened 11 years ago
Closed 11 years ago
#26312 closed defect (bug) (fixed)
New Admin: Error messages can get hidden behind the Menu
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Customize | Keywords: | has-patch |
Focuses: | Cc: |
Description
With the new design it's possible for PHP Warnings to be hidden behind the menu, for example:
This happens when there is an Element outside of #wpwrap, and makes it hard for developers to debug code when their line of text is hidden behind the menu, xDebug at least has a lot of markup so it stretches out from behind the menu, but those running without xDebug, or who echo "test";
will miss it much easier.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
26312.patch fixes it for me. Didn't notice any side effects.