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
As I said in #4269 (comment), maybe a solution would be to add explicit PageUp / PageDown shortcuts in such places.
But maybe arrow keys are enough anyway, perhaps it's not that important.
WofWca
changed the title
PageDown / Up stops woring in gallery, chat list, contact list (reacti-window)
PageDown / Up stops working in gallery, chat list, contact list (reacti-window)
Nov 4, 2024
WofWca
changed the title
PageDown / Up stops working in gallery, chat list, contact list (reacti-window)
PageDown / Up, Home / End stops working in gallery, chat list, contact list (reacti-window)
Dec 24, 2024
#4438 could be somewhat beneficial IMO. Insted of scrolling to the very top and thus losing focus, it will now scroll to the first / last rendered element. So you can hold Home / End to go to the start end, though yes, you'd need to hold it and not just press once.
WofWca
changed the title
PageDown / Up, Home / End stops working in gallery, chat list, contact list (reacti-window)
PageDown / Up, Home / End stops working in gallery, chat list, contact list (react-window)
Jan 15, 2025
WofWca
changed the title
PageDown / Up, Home / End stops working in gallery, chat list, contact list (react-window)
PageDown / Up stops working in gallery, chat list, contact list (react-window)
Jan 17, 2025
See #4269 (comment)
As I said in #4269 (comment), maybe a solution would be to add explicit PageUp / PageDown shortcuts in such places.
But maybe arrow keys are enough anyway, perhaps it's not that important.
Operating System (Linux/Mac/Windows/iOS/Android):
Delta Chat Version: 05ee7d5
Expected behavior:
Page Up / PageDown always works
Actual behavior:
Page Up / PageDown doesn't work after a bit of scrolling
Steps to reproduce the problem:
Screenshots:
2024-11-01-IInMg1Z9Y3.mp4
Logs:
This is happening because the element gets unrendered (thanks to
react-window
), and loses focus.The text was updated successfully, but these errors were encountered: