Opened 12 years ago
Closed 6 years ago
#22669 closed defect (bug) (worksforme)
iPad: Can't Scroll Plugins Modal
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.4.2 |
Component: | Administration | Keywords: | needs-patch needs-testing close |
Focuses: | Cc: |
Description
Steps to reproduce:
- Tap Plugins
- Tap Add New
- Tap Featured
- On any item, tap Details.
- Tap Changelog
- Swipe to scroll
Expected result:
See more Changelog.
Actual result:
The page is scrolling around behind the modal. Modal not scrolling.
Related: #22064
Change History (10)
#3
@
12 years ago
I bet there's a ticket floating around for the theme customizer too. They are similar features broken in the same browser. I wouldn't assume the plugins modal and the theme preview are the same though. Scrolling is possible in the media modal, which is similar to the plugins modal, but not the same.
#4
follow-up:
↓ 5
@
12 years ago
The referenced #20805 was for the customizer, which should be working. The media modal in 3.5 is not an iframe. The issue seems to be iframe scrolling.
#6
@
12 years ago
Looks like this might be doable using -webkit-overflow-scrolling:touch
perhaps http://stackoverflow.com/questions/4599153/iframes-and-the-safari-on-the-ipad-how-can-the-user-scroll-the-content
Isn't this the same problem as in #22064, as noted in comment:15? It's an iframe. Also: #20859 and #20805