We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Link editing tooltip position is not proper. I also had trouble using the dialog.
Steps for Reproduction
Expected behavior: Tooltip's position should be adjusted to the editor element.(probably class="ql-container")
Actual behavior:
Tooltip element doesn't fit the area. "left" could get negative.
Platforms:
Chrome
Version: My dialog sample is using 2.0.2
The text was updated successfully, but these errors were encountered:
I have the same issue
Sorry, something went wrong.
I have the same problem, but I solved it by using CSS selector for 'bounds' attribute
https://quilljs.com/docs/configuration#bounds
No branches or pull requests
Link editing tooltip position is not proper. I also had trouble using the dialog.
Steps for Reproduction
This is use in dialog in my work.
Expected behavior:
Tooltip's position should be adjusted to the editor element.(probably class="ql-container")
Actual behavior:
Tooltip element doesn't fit the area.
"left" could get negative.
Platforms:
Chrome
Version:
My dialog sample is using 2.0.2
The text was updated successfully, but these errors were encountered: