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

fix(text_editor): Fix bubble's link tooltip clipping #23911

Merged
merged 2 commits into from Dec 27, 2023

Conversation

cogk
Copy link
Contributor

@cogk cogk commented Dec 22, 2023

@cogk cogk changed the title fix(text_editor): Use body as bounds to avoid bubble's tooltip clipping fix(text_editor): Fix bubble's link tooltip clipping Dec 22, 2023
@cogk cogk marked this pull request as ready for review December 22, 2023 11:58
@cogk cogk requested a review from a team as a code owner December 22, 2023 11:58
@cogk cogk requested review from akhilnarang and removed request for a team December 22, 2023 11:58
@cogk
Copy link
Contributor Author

cogk commented Dec 22, 2023

unrelated CI test failing if I'm not mistaken, but I would love a manual review if possible

@ankush ankush added the defer backport Backports for some PR are deferred for a week or two to test them properly before releasing label Dec 27, 2023
@ankush ankush merged commit 9140549 into frappe:develop Dec 27, 2023
21 of 23 checks passed
@@ -208,7 +208,7 @@ frappe.ui.form.ControlTextEditor = class ControlTextEditor extends frappe.ui.for
},
theme: this.df.theme || "snow",
readOnly: this.disabled,
bounds: this.quill_container[0],
bounds: document.body,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This causes quill to overflow everywhere. The actual content also 😔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Argh sorry, I should've tested more! 😄

ankush added a commit that referenced this pull request Dec 28, 2023
ankush added a commit that referenced this pull request Dec 28, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
defer backport Backports for some PR are deferred for a week or two to test them properly before releasing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Link Tooltip in Comment is not Visible When The Link is on the First Line.
2 participants