You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed a bug with the NavigationDrawer on iOS. It can be reproduced using the sample "Notes" app.
When setting a custom style for the scroll-pane (item list) in styles.css it will not render when rotating the device to the left. Instead it will default to a white background.
Interestingly this only appears on iPhones with a notch. No matter the iOS version.
An iPhone SE 2022 iOS 15 works just fine.
An iPhone 11 iOS 14 displays the bug.
An iPhone 15 iOS 17.2 also displays the bug.
I've noticed a bug with the NavigationDrawer on iOS. It can be reproduced using the sample "Notes" app.
When setting a custom style for the scroll-pane (item list) in styles.css it will not render when rotating the device to the left. Instead it will default to a white background.
Interestingly this only appears on iPhones with a notch. No matter the iOS version.
An iPhone SE 2022 iOS 15 works just fine.
An iPhone 11 iOS 14 displays the bug.
An iPhone 15 iOS 17.2 also displays the bug.
styles.css
.navigation-drawer > * > .scroll-pane{ -fx-background: #333333; }
How it is supposed to look:
How it looks when rotating to the left:
The text was updated successfully, but these errors were encountered: