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

Collection of fixes for bugs found on livestream #10392

Merged
merged 4 commits into from
Feb 20, 2025

Conversation

riknoll
Copy link
Member

@riknoll riknoll commented Feb 19, 2025

each commit is a different fix!

abbf61b fixes microsoft/pxt-arcade#6685 which was an issue with the bitmap equality function not handling the case where the floating layer's bitmap was set to undefined.

4061281 fixes microsoft/pxt-arcade#6686 by making sure that the image canvas properly takes focus when interacting with it.

dc6b429 fixes a longstanding issue where the first pixel was skipped when starting a drag

dd36705 removes a monkey patch for the variable field that no longer works with latest blockly; this was causing sprite kinds to show up in the regular variable blocks. now we filter the variable dropdown properly by passing an array with an empty string in the JSON config of all our blocks that use this field.

@riknoll riknoll requested a review from a team February 19, 2025 23:53
@riknoll riknoll merged commit b50685d into master Feb 20, 2025
7 checks passed
@riknoll riknoll deleted the dev/riknoll/stream-fixes branch February 20, 2025 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Asset editor: pressing space bar while focused elsewhere causes problems Asset editor: stuck in drawing mode
2 participants