Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable scroll wheel to scroll right side panel #366

Open
sloretz opened this issue Sep 23, 2020 · 1 comment
Open

Enable scroll wheel to scroll right side panel #366

sloretz opened this issue Sep 23, 2020 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers GUI Gazebo's graphical interface (not pure Ignition GUI)

Comments

@sloretz
Copy link

sloretz commented Sep 23, 2020

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.

Peek 2020-09-23 09-37

@chapulina chapulina added enhancement New feature or request GUI Gazebo's graphical interface (not pure Ignition GUI) labels Sep 23, 2020
@chapulina
Copy link
Contributor

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:

githubscroll

Related to gazebosim/gz-gui#97

@chapulina chapulina added the good first issue Good for newcomers label Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers GUI Gazebo's graphical interface (not pure Ignition GUI)
Projects
None yet
Development

No branches or pull requests

2 participants