-
-
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
recent room avatars above the room list very slowly scroll by mouse wheel #9394
Comments
Is it possible to get a gif or video of what slowly means? |
In room list scrolling by mouse is nice. It is slow only in new area "recent rooms". |
oh wow, that is painful. |
#9400 might be a similar issue. |
See element-hq/element-web#9400 See element-hq/element-web#9394 Tolerances are defined as a device-only setting to give advanced users an option to override the values. No UI is exposed for this. The default values are picked for assumptions on comfort, however as people change the tolerances themselves the defaults may need to change.
See element-hq/element-web#9400 See element-hq/element-web#9394 Tolerances are defined as a device-only setting to give advanced users an option to override the values. No UI is exposed for this. The default values are picked for assumptions on comfort, however as people change the tolerances themselves the defaults may need to change.
@progserega can you try this again on the latest develop? |
Try on https://riot.im/develop - now scroll faster x1.5, I think. But still slow. |
Fixes element-hq/element-web#9394 Fixes element-hq/element-web#9400 Numbers chosen based on user feedback. The setting has also been removed because it isn't really needed anymore.
At last develop breadcrumb not scrolling by mouse wheel. url: https://riot.im/develop/ |
@turt2live Is there more work to do here? I'm unsure why this was reopened... |
Bug report of it not working, so I've put it back on my list to investigate. |
Bug not fixed (video create today): |
Can confirm this is still a problem for me, but only in Firefox: https://streamable.com/nfezn Chrome is fine: https://streamable.com/hx44d |
Smooth scrolling browsers (Firefox) use the relative area to determine how much scroll to apply. Because breadcrumbs are short vertically, the scroll amount is minimal (3 units) in the Y direction. On browsers which don't smooth scroll the units are usually much higher (100 in Chrome on Win 10). Users seem to expect the scrolling to be quicker due to the horizontal space on breadcrumbs, so we add a bit more power to their scroll when it looks small. Fixes element-hq/element-web#9394
Scroll by mouse is now work in last develop version of riot-web. But it is very slowly.
Version information
For the web app:
version riot-web: ab136c4-react-2ca281f6b7b7-js-0a82c8400696
version olm: 3.0.0
The text was updated successfully, but these errors were encountered: