Skip to content

[Bug]: Tooltip is breaking words apart on line-breaks #390

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

Closed
1 task done
ftrjc opened this issue Sep 28, 2023 · 1 comment
Closed
1 task done

[Bug]: Tooltip is breaking words apart on line-breaks #390

ftrjc opened this issue Sep 28, 2023 · 1 comment
Assignees
Labels
Bug Something isn't working Enhancement New feature or request

Comments

@ftrjc
Copy link

ftrjc commented Sep 28, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When a tooltip string expands the length of the tooltip div, it auto-wraps the content to fit. However when breaking the lines, it is breaking apart the characters of the word, rather than breaking on the word itself.

Current Output:
image

Expected Behavior

Tooltip should break on complete words, not break on the intermediate characters of a word.

Correct Output:
image

Steps to reproduce

  1. Add a Text Input Control to your application.
  2. Add a long tooltip to the control.
  3. Hover over the control.

Environment

Lowcoder 2.0.1

Additional Information

No response

@ftrjc ftrjc added Bug Something isn't working Needs triage Needs to be reviewed by core team labels Sep 28, 2023
@FalkWolsky FalkWolsky added Enhancement New feature or request and removed Needs triage Needs to be reviewed by core team labels Sep 28, 2023
@FalkWolsky FalkWolsky moved this to 🆕 New in Lowcoder Sep 28, 2023
@FalkWolsky
Copy link
Contributor

We solved this in v2.2.0. Thank you for your patience!

@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Lowcoder Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

3 participants