Open sloretz opened 4 years ago
Yeah the tricky thing is that each individual plugin may also be scrollable, so when you scroll on top of the plugins, they're swallowing the scroll events.
I think the ideal behaviour is for the plugins to only swallow the scroll if they can be scrolled. Otherwise, they let the scroll event bubble up to the panel.
Like this text box on GitHub:
Related to https://github.com/ignitionrobotics/ign-gui/pull/97
Currently (Ignition Citadel 3.3.0) the scroll wheel can only scroll the right panel if it is exactly over the scroll bar. It would be easier to scroll the panel if the scroll wheel could be used over the content being scrolled - just like scrolling in a web browser or text editor.