Uncropped listCOMP panel is not interactive outside of parent bounds. 2021.13610 Windows

Seems there is a new bug where if you have a listCOMP (could be other panel types as well) that extends beyond it’s parent’s bounds that the list is not interactive in that area ie. can’t select, roll etc… I haven’t checked a panelCHOP to see if the panel values aren’t coming through but the callbacks are definitely not being called.

You can find an example here:

To replicate:

  • Clone the repo
  • load project/Luminosity_0_8.toe
  • on any of the displayed channels press the green C button to open the Preset Control panel
  • in the Presets Control panel that opens press Animate to open the Animation Editor
  • in the Animation Editor press the Add Parameter button
  • notice you only the first one or two items in the list can be selected or react to a rollover (the UI items below the Clear All button are in a different panel under the Add Parameter parent panel in which the listCOMP extends beyond it’s bounds)

To find the components in the network press F10 over the graphCOMP go up a couple of levels to /Luminosity/utilities/animationEditor and you’ll find the COMPs in question on left side of the network - addParameter, container2, channels

I’ve created a workaround for now in the master branch but figured it would be good to report.

Thanks!
Keith

@keithlostracco I’d like to address this but I don’t have time for this deep of a dive into Luminosity. If you could isolate this and post a file I’ll get the bug in the queue.

I tried the basic set up of a listCOMP extending past a parent container and it works fine. You might make sure that when you press F10 over the problem cells of listCOMP you’re not actually over some other invisible panel.

Hi Ivan, thanks getting back on this. Unfortunately my time is quite limited as well and since it’s not a major bug that I found a simple workaround for I won’t be able to make an example for a bit. That being said after thinking about it, the listCOMP may not be the culprit but the tableCOMP that is on top of…

When I have a bit of spare time I’ll try and make simple example - although the longest part of the process above is downloading the repo…

downloaded it but not sure where “any of the displayed channels” are. Maybe a screenshot of where to press “C” will help.