Make WordPress Core

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: dd32's profile dd32 Owned by: iammattthomas's profile iammattthomas
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:
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 11 years ago.

Download all attachments as: .zip

Change History (4)

#1 @SergeyBiryukov
11 years ago

  • Keywords has-patch added
  • Version set to trunk

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

#2 @nofearinc
11 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
11 years ago

  • Owner set to iammattthomas
  • Resolution set to fixed
  • Status changed from new to closed

In 26620:

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

Note: See TracTickets for help on using tickets.