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

Fix for the overlapping of workspace scrollbar onto the blocks drawer. #3158

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Venkata-Sai-Vishwanath-robo
Copy link
Contributor

  1. I've implemented functionality to detect whether the drawer within the workspace is opened. If it is open, I've ensured that the scrollbar gets hidden to provide a seamless user experience to interact with the last block. (changes made in the hideChaff() function).

  2. I've added code to set the scrollbar visibility upon zooming in or out if the user wants to position the existing blocks properly. (changes made in the onMouseWheel_() function).

BEFORE:
Link: https://github.com/mit-cml/appinventor-sources/assets/116882464/88a26769-242b-409d-ae9b-5da3c93f941f

**AFTER: **
Link: https://github.com/mit-cml/appinventor-sources/assets/116882464/42a95582-9173-4ee6-ac9e-fc66a12203fc

Would love to hear any other possible better solutions or suggestions.

@AppInventorWorkerBee
Copy link
Collaborator

Can one of the admins verify this patch?

@ewpatton
Copy link
Member

ewpatton commented Apr 9, 2024

@AppInventorWorkerBee ok to test

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

Successfully merging this pull request may close these issues.

3 participants