BUG (2021:12380) : List/Lister wrong drop information

Open this tox from (big-bad-lister-part3) as a simplified example bug.1.toe (8.4 KB)

Open viewer for “container_dragDrop” and scale that viewer

drag a row from left lister to right lister

the ROW is not inserted at the correct location, because onHover/onDrop get the wrong row/col

This situation can happen fairly often in non responsive UIs. Any ideas for a workaround (in my case I cant change the list COMP resolution to match the window resolution) ?

Confirmed your bug. Thanks for report.
Workaround is to use Size From Window to make sure window is actually sized and not just magnified.
bug.3.toe (8.5 KB)

Unfortunately in this case I definitely need to magnify it

Do you just need it generally bigger? All the row/font sizes can be adjusted in the config TOPs.

If you actually need to change its size dynamically, a workaround you could try is to put expressions looking at the lister’s .height into the appropriate config TOP pars. I’ve never tried that, but it should work. Will almost certainly drop frames when sizing, but maybe that’s okay?