User tests: Successful: Unsuccessful:
Pull Request for Issue #30298
and #29285
and #29314
There is a known bug in Safari with the class overflow: hidden;
This Pr corrects the behavior for 2 aspects in core:
The switcher (edit cassiopea template style for example)
The Select Image button (edit category for example)
The switchers when editing user.
Test various places where these are used in Safari.
Confirm it does not break anything with other browsers.
After patch run npm ci
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) NPM Change Repository |
Labels |
Added:
NPM Resource Changed
?
|
@PhilETaylor @wilsonge
Please test. I have mixed results when Safari is used on IPAD or maybe other versions then the one I have here on Macintosh
Version 12.1.2 (12607.3.10)
Modified to use instead
transform: translate3d(0, 0, 0);
Test with IPAD 13.5.1 - Switchers in edit Template style, Menu Item: link type and edit users are o.k.
Test with IPAD 13.5.1 - Switchers in edit Template style, Menu Item: link type and edit users are o.k.
I have tested this item
Test with IPAD IOS 13.5.1 - Switchers in edit Template style, Menu Item: link type and edit users are o.k.
I have tested this item
Test with IPAD IOS 13.5.1 - Switchers in edit Template style, Menu Item: link type and edit users are o.k.
I have tested this item
The display is correct on safari
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-08-20 15:09:03 |
Closed_By | ⇒ | laoneo | |
Labels |
Added:
?
|
Thanks!
@wilsonge
drone is not happy with
Changing to
mask-image: radial-gradient(#fff, #000);