Make WordPress Core

Opened 7 years ago

Last modified 2 months ago

#41155 reopened defect (bug)

WordPress 4.8 Admin Sidebar Sub Menu Navigation Issue — at Version 9

Reported by: codexdemon's profile codexdemon Owned by: mp518's profile mp518
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Themes Keywords: good-first-bug has-patch has-screenshots
Focuses: ui, css, administration Cc:

Description (last modified by DrewAPicture)

Hello Team

As this is really awesome as working with the community of wordpress CMS.

While reviewing themes of WordPress Me and my colleague @amolebonde face issue about accessing sub-menu navigation when we are theme detail page WordPress Admin > Appearance > Themes > Theme Details.

Once we are on Theme Detail page then in case if the user wants to access any Sub Menu Navigation it not shows well, which goes behind the popup theme detail page.

For Ref. Screen Shot Attach
https://s4.postimg.org/qvkwram4d/Screen-_Shot-2017-06-25-at-10.26.18-_AM.jpg

Wordpress Version 4.8
Browser Check: SAFARI 10.1.1, Google Chrome 58.0

Change History (18)

#1 @swissspidy
7 years ago

  • Component changed from General to Administration
  • Focuses accessibility administration removed
  • Keywords needs-patch good-first-bug added
  • Severity changed from normal to trivial
  • Version 4.8 deleted

#2 @adamsilverstein
7 years ago

The css that causes this in theme.css has an inline comment indicating it was added to keep the overlay over 'WP Pointers':

z-index: 10000; /* Over WP Pointers. */

This was added in r33068, and at the time the issue with the submenus going under the overlay was noted and an attempt to resolve was made in r33111.

These z-index conflicts are very difficult to resolve, maybe we should go back to @obenland's original suggestion to not show pointers when the modal is open?

@yahil
7 years ago

@adamsilverstein if increased #adminmenuwrap selectors z-index 9990 to 10001 we can solve this issue.

@Girishpanchal
7 years ago

Hi, @adamsilverstein, Updated theme.css for appearing admin sidebar submenu. Also, Decreased the width of theme overlay for a perfect view of the submenu.

#3 @Girishpanchal
7 years ago

  • Keywords has-patch added; needs-patch removed

Hi, @adamsilverstein

For standard view desktop (1920x1080) Reduced the theme overlay width. I saw that the media is working for (min-width: 1680px).

This change is made in regard to standard desktop view.

@chintanmachhi207
7 years ago

#4 @chintanmachhi207
7 years ago

I have add the solution of this issue.

#5 @mp518
7 years ago

Need to just decrease z-index.i have added :)

@mp518
7 years ago

z-index decreased

@mp518
7 years ago

after change screenshot

#6 follow-up: @chintanmachhi207
7 years ago

#41155.3 added to fixed this issue.

This ticket was mentioned in Slack in #core by staceybl. View the logs.


7 years ago

#8 in reply to: ↑ 6 @subrataemfluence
7 years ago

Thank you for the patch! I tested it (on 4.8.1) and it is working perfectly.
Also big thanks to @codexdemon for pointing out the issue!

Replying to chintanmachhi207:

#41155.3 added to fixed this issue.

@janak007
6 years ago

Added refreshed patch

#9 @DrewAPicture
6 years ago

  • Description modified (diff)
  • Owner set to mp518
  • Status changed from new to assigned

Assigning to mark the good-first-bug as "claimed".

@worldweb
5 years ago

Change z-index from 10000 to 9. Tested and works for me.

@worldweb
5 years ago

Screenshot

Note: See TracTickets for help on using tickets.