sugarlabs / musicblocks

Music Blocks -- A musical microworld

Home Page:https://musicblocks.sugarlabs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't generate blocks behind palette

pikurasa opened this issue · comments

(See below for images of current behavior.)

Blocks generated from the palette should not generate directly behind the palette. Right now, students click without doing a full "click, drag, and drop" and that means that their new blocks generate hidden behind the palette.

Current behavior

Click on block in palette without dragging it.
Screenshot at 2023-02-12 09:00:49
Block appears behind palette, which is hard to see.
Screenshot at 2023-02-12 09:00:58
User has to hide palette in order to see newly generated block(s).
Screenshot at 2023-02-12 09:01:05

@pikurasa Trying to fix it..

@pikurasa assign this to me, I want to work on this.

@pikurasa assign this to me, I want to work on this.

If you have a solution, please submit a PR.

Is this issue still open? Can I try to fix it?

hello @walterbender, I have noticed that a similar problem arises with the search bar, which is generated behind the table. I fixed that one-

Before:
image

After:
image

P.S. Also I made the cursor as a pointer on the search button.
I am currently working on the main issue of the blocks generated behind the table. Will make a PR soon.

Is this issue still open? Can I try to fix it?

You can review the other PRs for reference, but this issue seems to still be currently open.

@pikurasa This issue is solved in PR #3203 and can be closed now.

@pikurasa This issue is solved in PR #3203 and can be closed now.

Yeah, it's an improvement. Thank you!