v6: Safari bugs on older versions #42398
Unanswered
coliff
asked this question in
v6 Feedback
Replies: 1 comment
-
|
ah, for the accordions we need to add CSS: &::-webkit-details-marker {
display: none;
}Made a PR: #42401 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Was just testing the v6 Cheatsheet page using older versions of Safari on BrowserStack and noticed a few things. (non exhaustive - will dig deeper)
Tooltips and Popovers crashing on macOS 17.3 and older
Dialogs crashing on close
backdrop-filter blur on modals / drawers not displaying
Lots of issues with colors on macOS 15.6 - this browser is super old, suggest considering dropping support for it.
Fixed Issues
- Accordions show the disclosure triangle on macOS 17.3 and older (FIXED!)Beta Was this translation helpful? Give feedback.
All reactions