Opened 13 years ago
Closed 13 years ago
#26312 closed defect (bug) (fixed)
New Admin: Error messages can get hidden behind the Menu
| Reported by: | dd32 | Owned by: | iammattthomas |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Customize | Version: | 3.8 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
26312.patch fixes it for me. Didn't notice any side effects.