Skip to content

Dotty Website Sidebar Scrolling on Safari Desktop #7275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bishabosha opened this issue Sep 20, 2019 · 8 comments
Closed

Dotty Website Sidebar Scrolling on Safari Desktop #7275

bishabosha opened this issue Sep 20, 2019 · 8 comments

Comments

@bishabosha
Copy link
Member

bishabosha commented Sep 20, 2019

Version 13.0 (14608.1.49) for Safari
Release 92 (Safari 13.1, WebKit 14609.1.4) for Safari Technology Preview

If you expand options enough to go below the end of the window, then the sidebar does not become scrollable, as it does on Firefox and Chrome.

@anatoliykmetyuk
Copy link
Contributor

Not only on Safari. Chrome Version 76.0.3809.132 – completely defaced & mouse wheel is not working :(

Screen Shot 2019-09-21 at 00 06 00

Screen Shot 2019-09-21 at 00 06 09

@anatoliykmetyuk
Copy link
Contributor

BTW: such website failures are a good argument against publishing the website on releases only. We need the ability to react to such failures quicker than the release cycle.

@bishabosha
Copy link
Member Author

bishabosha commented Sep 20, 2019

@anatoliykmetyuk try clearing the cache, idk its a weird trick, mine rendered strange until I changed the user agent and back again

@anatoliykmetyuk
Copy link
Contributor

@bishabosha, ok, thanks, it worked.

@anatoliykmetyuk
Copy link
Contributor

Why does it behave that way though? Not the best user experience

@smarter
Copy link
Member

smarter commented Sep 20, 2019

Our server might be sending incorrect HTTP caching headers which prevent proper cache invalidation.

@TheElectronWill
Copy link
Contributor

TheElectronWill commented Sep 21, 2019

Regarding the sidebar, it seems that the overflow property doesn't work with Safari as I've written it. It shouldn't be hard to fix, I'll do it tomorrow.

As for the rest, it looks like the new HTML file has been used with the old CSS files, causing this upside-down result (probably due to caching problems).

@TheElectronWill
Copy link
Contributor

Fixed in #7288

nicolasstucki added a commit that referenced this issue Sep 23, 2019
Fix #7275: sidebar scrolling on webkit browsers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants