Skip to content
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

Popups: Different Behaviour #190

Open
elmolicious opened this issue Dec 6, 2021 · 0 comments
Open

Popups: Different Behaviour #190

elmolicious opened this issue Dec 6, 2021 · 0 comments

Comments

@elmolicious
Copy link

Hi,

we have a problem with using froala inside a popup/modal of our application. We noticed that the "edit link" popup of froala is not showing (or better: it is beneath our popup). The similar popup for adding a new link is working fine.

When we debugged the issue we found out that froala handles these 2 popups differently:

  • The "add link" popup html is rendered "near" the markup for the froala component (working with our modal/popup)
  • The "edit link" popup html is rendered at the end of the body (next to the closing tag) (not working with our modal/popup)

We tried different stuff like setting the zIndex in the froala config (which made the modal appear, but it was not usable/no interactions were possible) but found no good working solution.

When we moved the "edit link" HTML closer to the froala editor markup (via Chromes Dev Tools) it worked fine.
Since we didn't found any possible option in the config:

Could you please handle the "edit link" popup (We didn't test other popups) the same way as the "add link" popup ?
Alternatively any feedback is appreciated on how we can fix this.

Cheers


Version used: vue-froala-wysiwyg@^4.0.6
Browser used: Chrome/Firefox
OS: Windows 10 / MacOS Monterey 12.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant