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

[Tooltip] Does not work inside aside panels #961

Open
n-srg opened this issue Aug 3, 2020 · 1 comment
Open

[Tooltip] Does not work inside aside panels #961

n-srg opened this issue Aug 3, 2020 · 1 comment

Comments

@n-srg
Copy link
Contributor

n-srg commented Aug 3, 2020

Describe the bug
If we place a tooltip on some element inside the aside panel - it does not work at all

To reproduce
https://jsfiddle.net/xhuorLks/

  1. hover on Tooltip on the Panel :( - does not work but the cursor applies pointer state
  2. hover on Tooltip inside the MAIN! :) - it works

Expected behavior

  1. hover on Tooltip on the Panel :( - should work

Framework usage
Vanilla JS (playground provided)

Desktop (please complete the following information):

  • OS: MacOS 10.14.6
  • Browser: Google Chrome 84
  • TSUI Version: 12.3.7+ (at least...)
@n-srg
Copy link
Contributor Author

n-srg commented Aug 3, 2020

also there is a typo in the documentation page https://ui.tradeshift.com/v12/#components/tooltip/

<div data-ts="Tooltip" data-ts.title="This my tooltip">Tooltip<div>
the tag should be the closing one in the end i.e.
<div data-ts="Tooltip" data-ts.title="This my tooltip">Tooltip</div> << (</div>)

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