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

Bad z-index for blocks error dialog #3263

Open
1 of 8 tasks
ewpatton opened this issue Nov 26, 2024 · 1 comment
Open
1 of 8 tasks

Bad z-index for blocks error dialog #3263

ewpatton opened this issue Nov 26, 2024 · 1 comment

Comments

@ewpatton
Copy link
Member

Describe the bug

The error dialog in the blocks editor has a lower Z-index than the Blockly scrollbars, leading to visual glitches when errors occur:

Screenshot 2024-11-26 at 02 07 22

Affects

  • Designer
  • Blocks editor
  • Projects Explorer
  • Companion
  • Compiled apps
  • Buildserver
  • Debugging
  • Other... (please describe)

Expected behavior

The error dialog should appear above the scrollbars.

Steps to reproduce

  1. Make the window fairly narrow horizontally
  2. Trigger the bug in Cannot remove pie chart entries on Android #3262
@YashSachdeva
Copy link

Updating the z-index of the error dialog will resolve this.
Also, verify that the scrollbars z-index is lower to avoid further conflicts.

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

No branches or pull requests

2 participants