-
Notifications
You must be signed in to change notification settings - Fork 132
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
Unable to edit link on pop-up modal #266
Comments
P.s. Ticket was created through your website support |
👍 |
is there a solution for this? |
@uguraktas what worked for me was switching from material-ui modal to the react-modal. Not sure what difference in the two implementations broke the froala inputs but you might find some answers there. |
Hi @DevStarks, thanks for suggesting. Now we are using bootstrap modal. What do you think about switching ant design? is there the same problem? |
To fix this behavior in material-ui dialogs set disableEnforceFocus to |
Initializing
Froala Editor
on a modal produced this un-editableinput
forlink
andtext link
but no issue on standard in-page initialization.My initialization were based on the special method
onManualControllerReady
that you have.I initialized the editor upon mounting of component; manually,
And destroy it after unmount,
So that I can avoid calling an previous instance.
I'm using it a modal since this was the firs flow of our development in terms of implementing widgets.
Attached a video recording link for your reference.
https://drive.google.com/file/d/1OiVHHEFgbpKyRa5EBLugJS44DB1h2gvX/view?usp=sharing
This was the dom btw, no changes.
Froala-unable to edit.zip
And btw, it was already raised before by one of my colleague. Maybe this would help
Ticket #22957
The text was updated successfully, but these errors were encountered: