You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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.
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?
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
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.
The text was updated successfully, but these errors were encountered: