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

Tooltips do not show in external window #3440

Open
TormodNy opened this issue May 14, 2024 · 2 comments
Open

Tooltips do not show in external window #3440

TormodNy opened this issue May 14, 2024 · 2 comments
Labels
🐛 bug Something isn't working

Comments

@TormodNy
Copy link

Describe the bug

I want to open part of my application in a new external window with Tooltip components. However, when the tooltips are supposed to show, they render in the original window instead of the external one.

Steps to reproduce the bug

  1. Open codesandbox
  2. Click Open window button
  3. Hover over the Hover me text and see that the tooltip is in the wrong window
    image

Expected behavior

The Tooltip should show in the same window as the element it is wrapped around.

Specifications

  • Version: 0.37.0
  • Browser: Chrome
  • OS: Windows

Additional context
https://codesandbox.io/p/sandbox/2023-05-05-eds-accordion-styling-forked-m2v79z

@TormodNy TormodNy added the 🐛 bug Something isn't working label May 14, 2024
@oddvernes
Copy link
Collaborator

Out of curiosity, does MUI and Mantine tooltip work with this setup?

@TormodNy
Copy link
Author

Seems to work fine with MUI (though it sometimes struggles with the styling), but the Mantine tooltip also shows in the original window instead. Here is an example with all three:
https://codesandbox.io/p/sandbox/eds-tooltip-external-window-forked-3n55zl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants