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
there's also a 1px gap between the roomtiles which might accentuate this effect, given the list cycles through three different states (top highlight, no highlight, bottom highlight) as you move from top to bottom rather than going straight from top highlight to bottom highlight for adjacent roomtiles.
I'm assuming we're rerendering the whole control to show the highlight rather than just the roomtile in question?
The text was updated successfully, but these errors were encountered:
ara4n
changed the title
there's a 1px gap for hoverover between new roomlist room tiles
hoverover on the new roomlist is very sluggish and lags the cursor by about 50-100ms
Jul 4, 2020
The gap feels a bit required as without it (either through elimination or smarter padding) the list feels a bit broken. The effect you're seeing is likely performance related where the browser is dropping fps (and therefore layout updates) due to the thing screaming in the background.
there's also a 1px gap between the roomtiles which might accentuate this effect, given the list cycles through three different states (top highlight, no highlight, bottom highlight) as you move from top to bottom rather than going straight from top highlight to bottom highlight for adjacent roomtiles.
I'm assuming we're rerendering the whole control to show the highlight rather than just the roomtile in question?
https://matrix.to/#/!NTUKVQdPRwdQhaunBn:matrix.org/$osH6nyWINQfcwA80kColxW_EN1zQJP38_WacMsNVXxo?via=matrix.org&via=t2l.io&via=riot.ovh "sluggish hoverover.mov" shows this in action on my roomlist.
The text was updated successfully, but these errors were encountered: