1j01 / jspaint

🎨 Classic MS Paint, REVIVED + ✨Extras
https://jspaint.app/about
MIT License
7.16k stars 562 forks source link

Unable to Rotate By Angle #312

Closed katcaola closed 4 months ago

katcaola commented 1 year ago

When using the application in a web browser, I am unable to use the "Rotate By Angle" option. Under Image > Flip/Rotate inside the Flip and Rotate menu, I cannot click any option other than "Rotate by angle" When I click "Rotate by angle" does not get selected. The radio button and option does not appear greyed out, and appears that you should be able to click it.

Is this a feature that is not yet available yet? If so it should look/be disabled.

Otherwise if it is a bug, being able to rotate something is good functionality.

Thanks!

OscarCasadoLorenzo commented 1 year ago

I am working on it. This issue is related to #311 and maybe more. With some CSS at a common stylesheet it will be fixed.

OscarCasadoLorenzo commented 1 year ago

Like I said earlier, the problem was related because some legacy styles, being impossible to click into all app inputs.

Here there is an evidence of the styles applied before the changes... image

This has been fixed with PR #316. Regards! 💛