Par COMPS break scrolling

Hello!

Paramater COMPs seem to break scrolling.

When a Paramater COMP is part of a panel network, and those panels overflow their parent with crop and scrollbar on, scrolling over the panel which contains the paramater COMP makes it so scrolling is not captured anymore. Removing the par COMP makes scrolling possible again.

I attatched a tox which shows the problem.
parameter_comps_breaking_scrolling.tox (10.7 KB)

Curious about what causes it.

Hi @Coelepinda,

thanks for submitting this. It seems that the mouse focus is somehow lost when trying to decide what to scroll as multiple scrollable containers are nested.

We’ll have a look
cheers
Markus