Make WordPress Core

Opened 11 days ago

Last modified 11 days ago

#58335 new defect (bug)

WordPress Dashboard Collapse Menu Transition issue.

Reported by: shuvo52's profile shuvo52 Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 5.2
Component: Administration Keywords: needs-patch
Focuses: ui, css Cc:

Description

Hi
When I collapse the menu it's showing awkward.
See the video: https://d.pr/v/34K9H4
I think this issue should be fixed as soon as possible.
Regards

Change History (1)

#1 @sabernhardt
11 days ago

  • Component changed from General to Administration
  • Focuses accessibility removed
  • Version changed from trunk to 5.2

Thanks for the report!

The icon dimensions have a discrepancy between the expanded and collapsed states. The expanded link's height increased by 0.2 pixels in [45186], and the width had a 1-pixel difference before then. This is more noticeable on the About pages than any page where you would find an open submenu on the side (because expanding a submenu is a bigger difference).

  • When the menu is collapsed (or "folded"), the icon is in a 35px by 30px container within a 36px by 34px link.
  • When the text shows, the icon's container is 36px by 34px, and the text size makes the link 160px by 34.2px (14px times 1.3 line-height plus 8px padding on the top and bottom).
Note: See TracTickets for help on using tickets.