-
-
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
Emoji picker has jumpy scroll jitter (x) #15940
Comments
This happened to me: I have 🥈 in frequently used and tried to search for "2" to react with 2️⃣. The 2️⃣ is at the bottom, but due to that scroll/lazy loading bug, I can't actually click it (it shows up in the large preview at the bottom, but isn't clickable because it disappears from the picker itself) peek.mp4Firefox 91.0b9 on Ubuntu 21.04 |
Still occurs with Element stable 1.7.34. It prevents me from picking some emoji at the bottom, specifically the US flag when searching for "us". |
Is this still reproducible on latest develop? There was a lazy render bug which may have been related but now fixed. |
Seems to be fixed. The lazy rendering is a bit too lazy though (it hides emoji if even 1 pixel of it is out of bounds, rather than if it's entirely out of bounds) |
I can no longer reproduce either (and I could reproduce before refreshing today). Fix for reference: matrix-org/matrix-react-sdk#7225 Thanks @t3chguy 🙂 |
Description
When filtering for the
:x:
❌ emoji and scrolling to the bottom, the picker will jitter a couple pixels up and down continuously whenever you're touching the bottom.Steps to reproduce
x
in the emoji pickerLog: not sent
Version information
I can't reproduce on macOS.
The text was updated successfully, but these errors were encountered: