Make WordPress Core

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:
https://i.cloudup.com/l7DV4PyHou.png

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)

26312.patch (437 bytes ) - added by SergeyBiryukov 13 years ago.

Download all attachments as: .zip

Change History (4)

#1 @SergeyBiryukov
13 years ago

  • Keywords has-patch added
  • Versiontrunk

26312.patch fixes it for me. Didn't notice any side effects.

#2 @nofearinc
13 years ago

Works for me too, both for Xdebug warnings/errors and simple dumps or echos that used to be hidden behind the menu.

#3 @iammattthomas
13 years ago

  • Owner set to iammattthomas
  • Resolutionfixed
  • Status newclosed

In 26620:

Allow error messages to push the adminmenu down. Fixes #26312, props SergeyBiryukov.

Note: See TracTickets for help on using tickets.