Opened 6 years ago
Closed 5 years ago
#47010 closed defect (bug) (fixed)
Clumsy horizontal scroll when menu is open on mobile
Reported by: | promz | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | commit has-patch |
Focuses: | ui, administration | Cc: |
Description
Steps to reproduce:
- Open WP Admin in mobile
- Click on the burger menu icon, this will open the menu
- Try to horizontally scroll to bottom-left
Result: The screen should scroll to left as shown in the attached GIF.
Tested on: Chrome on Mac and Chrome on Android (Honor Play)
Attachments (2)
Change History (11)
#1
@
6 years ago
- Focuses ui administration added
I realized that changing the position of#adminmenuback from Absolute to Fixed fixes the problem.
.auto-fold #adminmenuback { position: fixed; }
#2
@
6 years ago
Hi @promz
I check it on latest version of Firefox and Opera with Windows OS, I can't reproduce the problem.
#3
@
6 years ago
@man4toman you should probably check on a real device. Here are the screencasts:
Android: https://drive.google.com/file/d/16VNImnh2g9Ncg7cXU8XvwabGcKJEtzDS/view?usp=sharing
iPhone (horizontal scroll problem is not there but there is another scrolling problem):
https://drive.google.com/file/d/1NOlWNZmzTgnB2vXzlfnetT1ExpYQLmbM/view?usp=sharing
The problem is with the older WordPress versions too.
#4
@
6 years ago
- Milestone changed from Awaiting Review to 5.3
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
- Version trunk deleted
Hi @promz, welcome to WordPress Trac! Thanks for the report.
I'm removing the trunk
version, as this doesn't seem to be a regression in 5.2.
This ticket was mentioned in Slack in #core by david.baumwald. View the logs.
5 years ago
#6
@
5 years ago
- Keywords commit has-patch added
Hi @SergeyBiryukov ! This patch looks good in my testing and still applies clean. It is also in line with the focus of 5.3 on UI improvements.
If you're good with it, I can commit. :)
Horizontal scroll problem