Red lines flash overtop window elements when scrolling table? (screenshot) #8149
Unanswered
kairoswater-jason
asked this question in
Q&A
Replies: 1 comment
-
|
oh, it looks like I stumbled upon regression #8092 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Versions 0.34.2 and 0.34.1 tested.
When I scroll a table extremely quickly with the mouse scrollwheel or scrollbar I get intermittent flashes of red lines over the screen. The red lines only flash for a frame or two.
I'm using a nonresizable table with fixed width columns, fixed height rows, a fixed number of rows, and using TableBuilder with the .rows() function. Is odd that the red lines extend so far outside of the visible normal table area - but it still does it (red lines) even with fewer columns.
Could these red lines indicate that I've violated some layout assumption? My recollection is that I started seeing this in scrollable elements after upgrading from 0.31 or 0.32 I've toyed around with various parameters about layouts - it feels like it might be a bug internal to the implementation of Table but I am not sure.
Beta Was this translation helpful? Give feedback.
All reactions