-
Notifications
You must be signed in to change notification settings - Fork 344
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
UI breaks accesing Watermark tab or using moreSaveOptions #514
Comments
.+ 1 here, the same on preview library website - https://scaleflex.github.io/filerobot-image-editor/ |
Same issue, totally freezes and does nothing. |
I've temporarily changed my app so it uses version 4.8.1 and it works great there. Not sure what changed from 4.8.1 to 4.9.0 that could break the UI like this. |
I've faced similar issue in even the 4.8.1 version. |
Added PR to fix the same - #517 |
Great news! Thanks for sharing this! |
The ButtonWithMenu component is open by default, just set it to not do so as was done in the PR. |
Hey @rostagnolisandro @nialloc9 @RUiNtheExtinct @fedotovdev I've merged @RUiNtheExtinct 's PR (thanks for your collaboration), and it's released on v4.9.1 please check it and if there still any conflict with the behavior please re-open the issue. |
I've made this simple example to show the issue:
https://jsfiddle.net/hamzdjLe/1/
Just click on the "Watermark" tab and after that it's not possible to click anyware on the image editor. If you scroll down to the bottom of the page, you will see the options "upload watermark" and "add as text" that were supposed to be hidden and shown only when clicking "Add watermark".
The same happens if you specify the option moreSaveOptions, I've made this simple example:
https://jsfiddle.net/hamzdjLe/
Notice how it's not possible to click on anyware on the image editor. If you scroll down to the bottom of the page, you will see the two save options that were supposed to appear when the "save as" button is clicked. But they are shown right away in the image editor initialization, and for some reason I can't figure out, it breaks everything and it's not possible to use the editor.
Am I doing something wrong? What am I missing?
The text was updated successfully, but these errors were encountered: