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

No tooltip on truncated tag in multu select when reducing browser window size #7118

Open
jandrew44 opened this issue Dec 10, 2024 · 0 comments

Comments

@jandrew44
Copy link

Environment

  • Package version(s):
    @blueprintjs/core: 5.13.0
    @blueprintjs/select: 5.2.4
  • Operating System:
    Windows 10 Home Edition
  • Browser name and version:
    Google Chrome 131.0.6778.109

Code Sandbox

Can be reproduced on the Blueprint docs page:
https://blueprintjs.com/docs/#select/multi-select

Steps to reproduce

  1. Open the link mentioned above
  2. Turn on "Allow creating new items" and "Fill container width" switches
    Screenshot_6
  3. Add some long tag that is not trancated
    Screenshot_7
  4. Reduce browser window width until the tag is truncated
    Screenshot_8

Actual behavior

There is no tooltip(no title attribute in DOM) when hovering over the tag.

Expected behavior

Tooltip should be displayed when hovering over the tag.

Possible solution

Do not reduce browser window width.
In this case the behavior is correct.

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