Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#31941 closed defect (bug) (invalid)

disappearing menu on plugin admin route due to r32089

Reported by: nerrad's profile nerrad Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.2
Component: Administration Keywords:
Focuses: ui, administration Cc:

Description

Noticed this today after updating WP to 4.2-beta4-32091 on one of our plugin routes:

https://www.evernote.com/shard/s3/sh/c3d4bf17-f64f-4293-8215-8e295a627bcb/a337aa43fce1213ea1ac0cf174e3209c/deep/0/Events---EE-Development-Site---WordPress.png

Traced it to [32089] for #30900

If I revert the css in that change, the menus are back. We're checking to see if this happens with what we have posted on wp.org and if it does I'll linky here. We're also seeing if we can reproduce with any other plugin menus.

I'm not ruling out that this is a conflict with some css on our plugin but wanted to just get this up in case it definitely is a core issue.

Change History (3)

#1 @nerrad
9 years ago

you can reproduce using the current version of our wp.org plugin -> https://wordpress.org/plugins/event-espresso-decaf/

#2 @nerrad
9 years ago

  • Resolution set to invalid
  • Status changed from new to closed

K found it, our plugin has some css that was conflicting

#adminmenuwrap { z-index : 1001; }

removed that and all is good.

Last edited 9 years ago by nerrad (previous) (diff)

#3 @DrewAPicture
9 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.