-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
PitchSlider overlaps with Blocks when using Up and Down arrow keys #4466
Comments
@Ubayed-Bin-Sufian I'm interested in tackling this issue. Could you please assign it to me? |
Please go ahead. No need to ask permission. |
@walterbender Please have a look at this issue that I was referring to in the meet. |
It is not clear how the arrow keys should behave when there are multiple sliders. Maybe we disable them? |
To my understanding, pitchslider block has one slider. Could you please let me know what do you mean by multiple sliders? |
Try from advanced mode, which by default added two hertz blocks to the widget. You can add as many as you'd like. |
Description
When using the PitchSlider widget, pressing the Up and Down arrow keys causes the slider to overlap with blocks instead of moving independently.
Expected Behavior
When the PitchSlider widget is initialized, pressing the Up or Down arrow key should move only the slider, without overlapping with other elements.
Screenshots
Screenshare.-.2025-02-27.10_07_10.PM.mp4
How to Reproduce
Console log Errors
N/A
Additional Context
Activity.js
:this.palettes.activePalette
should not be null inthis.__keyPressed
.this.blocksContainer.y
is being modified unexpectedly.Environment
Checklist
Thank you for contributing to our project! We appreciate your help in improving it.
📚 See contributing instructions.
🙋🏾🙋🏼 Questions: Community Matrix Server.
The text was updated successfully, but these errors were encountered: