Skip to content

Comments

prevent debugger toolbox from scrolling horizontally#11120

Merged
riknoll merged 1 commit intomasterfrom
dev/riknoll/arcade-debugger-toolbox-no-horizontal-scroll
Feb 17, 2026
Merged

prevent debugger toolbox from scrolling horizontally#11120
riknoll merged 1 commit intomasterfrom
dev/riknoll/arcade-debugger-toolbox-no-horizontal-scroll

Conversation

@riknoll
Copy link
Member

@riknoll riknoll commented Feb 17, 2026

fixes microsoft/pxt-arcade#7460

for projects with long variable names, the debugger toolbox was overflowing so that you couldn't see any of the variable values without scrolling. this just prevents it from scrolling horizontally at all

@riknoll riknoll requested a review from a team February 17, 2026 19:06
@riknoll riknoll enabled auto-merge (squash) February 17, 2026 19:06
@riknoll riknoll merged commit 86d8e6d into master Feb 17, 2026
20 checks passed
@riknoll riknoll deleted the dev/riknoll/arcade-debugger-toolbox-no-horizontal-scroll branch February 17, 2026 20:09
riknoll added a commit that referenced this pull request Feb 18, 2026
* put imported tiles into a custom tilemap gallery (#11112)

* allow users to delete project descriptions (#11113)

* fix font for animation icon in animation field editor (#11114)

* copilot generated: add media queries for print view (#11110)

* fix tile gallery not showing up when editing tile (#11115)

* prevent debugger toolbox from scrolling horizontally (#11120)

* Fix blockly dropdown scroll and media not being copied properly (#11119)

* add scroll to blockly dropdown content

* fix piping of blockly media files

* keep the error list collapsed if collapsed by user (#11121)

* add monkey patch workaround for blockly focus issue when deleting block (#11122)

* bring back the old mixer play instructions (#11123)

* fix missing gallery, don't import gallery tiles into my tiles, fix null listener (#11125)

---------

Co-authored-by: Sarah Rietkerk <49178322+srietkerk@users.noreply.github.com>
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.

Variable values not visible in debugger in some projects

2 participants