llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
198 stars 411 forks source link

Fototoon Activity: interactive buttons appears under the box shape #1221

Closed VedantSharma11 closed 6 months ago

VedantSharma11 commented 1 year ago

hey @llaske

Description

I noticed a UI issue in the FotoToon Activity where the interactive buttons on the Box shape appear behind the element when clicked, which causes the UI to break. However, all the other shapes seem to work fine.

Steps to reproduce

Expected behaviour:

The interactive buttons should appear in front of the rectangle shape, and users should be able to click on them without any issues.

Actual behaviour:

The interactive buttons go behind the rectangle shape, making it difficult to use the UI.

Reference video and snippet:

https://user-images.githubusercontent.com/96445392/221960640-0d92dd1c-652f-4f3c-abc4-7f3f16037fdc.mp4

Screenshot 2023-03-01 011450

llaske commented 1 year ago

You're right. It could be improved.

VedantSharma11 commented 1 year ago

Thanks for the response @llaske . I'm working on the fix.

Vishalk91-4 commented 1 year ago

@llaske , should I solve the closed issue #1368 here, and make the changes required

llaske commented 1 year ago

Yes sure

Vishalk91-4 commented 1 year ago

@llaske I'll work, and add the PR in a few days

llaske commented 1 year ago

Fixed in https://github.com/llaske/sugarizer/issues/1368