Make WordPress Core

Opened 5 years ago

Closed 4 years ago

#47132 closed defect (bug) (duplicate)

Admin menu: sub-items not visible while clicking with some alternate color schemes

Reported by: rahimvaziri's profile rahimvaziri Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Administration Keywords: has-screenshots has-patch
Focuses: ui Cc:

Description

Hello WordPress,
Thank you for everything.

In the light theme of dashboard, whenever I press the home button, the dark color appears which should not be like this. http://prntscr.com/nl2tfv

Kind regards,
Rahim

Attachments (3)

01 Screenshot 2019-05-06 at 19.13.11.png (51.5 KB) - added by afercia 5 years ago.
02 Screenshot 2019-05-06 at 19.13.53.png (73.3 KB) - added by afercia 5 years ago.
47132.diff (494 bytes) - added by mukesh27 5 years ago.
Patch.

Download all attachments as: .zip

Change History (10)

#1 @man4toman
5 years ago

  • Component changed from General to Administration
  • Focuses ui added
  • Keywords close added
  • Version 5.1.1 deleted

Hi @rahimvaziri
I can't reproduce the problem, everything is OK to me.

#2 @rahimvaziri
5 years ago

Hi @man4toman
Thank you for your fast reply.

I am sorry, I addressed you wrong.
Just hover on the dashboard icon, and when you see the Home and Updates, press the Dashboard icon, you will see the matter that I made it as a ticket.

http://prntscr.com/nl4znk

Regards,
Rahim

#3 @afercia
5 years ago

  • Keywords has-screenshots needs-patch added; close removed
  • Milestone changed from Awaiting Review to Future Release

I'm able to reproduce following these steps:

  • set the "Light" color scheme under Users > Your Profile > Admin Color Scheme
  • collapse the admin menu
  • go to the admin dashboard page wp-admin/index.php
  • click and hold on the icon

Worth noting it happens on any "active" top level menu item, see attached screenshots.

#4 @afercia
5 years ago

  • Summary changed from UI BUg to Admin menu: sub-items not visible while clicking with some alternate color schemes

@mukesh27
5 years ago

Patch.

#5 @mukesh27
5 years ago

  • Keywords has-patch added; needs-patch removed

#6 @man4toman
5 years ago

Thanks @mukesh27
I think the patch must be for folded class, maybe for these:

#adminmenu .wp-submenu,
.folded #adminmenu .wp-has-current-submenu .wp-submenu,
.folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
    padding: 7px 0 8px;
    z-index: 9999;
    background-color: #32373c;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

#7 @ryelle
4 years ago

  • Milestone Future Release deleted
  • Resolution set to duplicate
  • Status changed from new to closed

It seems like this is the same issue as #32579.

Note: See TracTickets for help on using tickets.