-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Clicking on a link in Tooltip that is part of a Modal doesn't work #5349
Comments
can you create a reduced test case in Code Sandbox for easier testing and debugging? |
@emyarod I recreated the problem in a simple Modal in a Code sandbox --> https://codesandbox.io/s/tooltip-bug-issue-5349-vi32l |
If this happens only happens with |
@asudoh Thanks for the quick response. Do you know when the next release will be available? What release number will it be that has the fix? |
@walkerp I don't have a good idea, but I imagine it's within the next couple of weeks. And I expect a newer release than the current one (which you can see at https://www.npmjs.com/package/carbon-components-react) will have this fix. |
|
Just to say I also ran into this issue, but with an OverFlowMenu in the modal. The click events on the OverFlowMenuItem components werent working. Tried out |
Closing this issue since it's been fixed in #5260 and is now released in v10.10! |
from IBM's @console/pal package.json using:
"carbon-components": "~10.9.0",
"carbon-components-react": "~7.9.0",
I have a Modal dialog with
focusTrap
set to true.I have a Tooltip with a Link. When I click on the link, it doesn't go to that url.
Here's the Tooltip code:
If I set focusTrap={false} on the Modal it works fine. But then I can't use the focusTrap on the Modal... which is needed.
The text was updated successfully, but these errors were encountered: