-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Two scrollbars in Firefox #6694
Comments
The first part of this (jumpy scrolling) is #2646 The second part of this is a known limitation of a 'fix' to gemini scrollbar - gemini replaces the browser native scrollbar with one that is aesthetically more pleasing (and mac-like, as it happens). By default, gemini doesn't replace the current scrollbar if it thinks it's pretty enough, however this logic was malfunctioning resulting in some sections of the app not being scrollable. tl;dr we forced gemini scrollbar to always be active, which caused some (known) double scrollbar fun but we didn't think it was noticable, so the bug here is that the current setup results in some quite obvious and ugly double scrollbar :( I'm going to rename the bug to focus on the double scrollbar and leave #2646 to track the jumpiness. |
Thanks for the answer. I don't really understand why replacing a well proven standard element like a browser's native scrollbar with some less proven third-party alternative was necessary (not sure what is unaesthetic about a normal scrollbar), but I think it would be great if this could be deactivated by users who value function over form. |
This is also present in Safari |
I'm not seeing this in Firefox 62 (Windows 10) - is it still happening for people? Also I don't have a Safari to test with, but maybe it magically got fixed in the last 14 days? (please say yes...) |
@turt2live No it hasn't gotten fixed in /develop for Firefox, Chrome, or Safari on macOS. I cannot reproduce in Firefox on Elementary OS (Ubuntu) so it may be a macOS only bug (although the original reporter said they found it on Windows too). |
I'm going to pin it as a Mac issue then and hope someone has the bandwidth to fix it |
ftr, this is likely going to be fixed in the upcoming redesign. |
@turt2live fixed by getting rid of Gemini or what? |
I think that's the current plan, although it's somewhat subject to change. Getting rid of gemini is a long-term goal of the project in the first place and is likely to be the route taken. |
Firefox renders this page with two scrollbars and pgup/pgdn doesn't work. |
this is still the case currently in the redesign. it should be fixed by killing off gemini everywhere. |
still happening in 1.0 😬 |
This should be completely gone now as we just use CSS. |
Description
In Firefox, there are two issues with scrolling:
Steps to reproduce
Describe how what happens differs from what you expected.
I expect these issues to not happen.
Log: not sent
Version information
web (develop)
For the web app:
Browser: Firefox (59, 60)
OS: Windows, macOS
URL: riot.im/develop
For the desktop app:
OS: Windows, macOS
Version: current
The text was updated successfully, but these errors were encountered: