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

Incompatibility with Dash-to-Panel Scroll Action #47

Open
Batwam opened this issue Apr 3, 2023 · 2 comments
Open

Incompatibility with Dash-to-Panel Scroll Action #47

Batwam opened this issue Apr 3, 2023 · 2 comments

Comments

@Batwam
Copy link
Collaborator

Batwam commented Apr 3, 2023

Hello,

I just noticed as I was testing with multiple workspaces that the scroll action on the label was also trigerring the workspaces to switch. When I turned of Dash-to-Panel, this went away so this is not an issue without the extension. I then looked into the settings and noticed that by default, scroll will Switch workspace
image

I checked and we do have return Clutter.EVENT_STOP; in _onScroll(event) but clearly both extensions are getting the signal.

This issue can be disabled which is what I've done but I just wanted to put this out there so we are aware of this limitation.

@Moon-0xff
Copy link
Owner

Should we close this one? Both extensions have options to disable the scroll actions, ours since 3482962.

We could try to prevent the signal from reaching both extensions (somehow). But ultimately I don't think we should implement complicated stuff for the weird edge cases.

@Batwam
Copy link
Collaborator Author

Batwam commented Oct 20, 2023

Yeah, it's a known issue but I don't think that there is much we can do about. We could perhaps include a know in the Readme to state that it's a know limitation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants