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: forced tooltips below if they will overflow expected width #914

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Bracciata
Copy link
Contributor

Closes #905

A couple of discussion points for this would be to determine if we can calculate a minimum expected width and if we want to allow the user to define the minimum expected width.

@Bracciata Bracciata requested a review from a team as a code owner February 21, 2023 21:37
Copy link
Member

@scurker scurker left a comment

Choose a reason for hiding this comment

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

I'm not sure this is the change that we actually want.

The auto-placement calculation comes from popper so I suspect there may be a bug in placement from that 3rd party library, but it should be trying to doing a best placement via the preventOverflow modifier. It might mean we need to upgrade the version if there is an existing bug that has been fixed, or raise an issue with popper but we need to do a little digging first to determine how we want to handle this.

@Bracciata Bracciata marked this pull request as draft June 22, 2023 20:16
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

Successfully merging this pull request may close these issues.

Tooltip: Horizontal scrolling at 320px width
2 participants