Replies: 1 comment 1 reply
-
I'm encountering the same issue with the react package. I made a codesandbox where the behavior can be reproduced. The behavior is worst in Safari where even the button cannot be clicked. In Chrome the button can be clicked but the text cannot be selected. (Mac 12.3, Chrome 100.0.4896.127, Safari Version 15.4 (17613.1.17.1.13)) I'm guessing this has something to do with the tab panel capture Has anyone else found a workaround for this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the Popover as a standalone component, if I click anywhere inside its content panel, the content window manages to stay open. However, when I have the popover component inside a tab panel component, clicking in the content window automatically closes the popover. Can you provide any insight into why the tabs component is causing the popover to change its functionality?
I am using the default popover example on the headlessui.dev website along with a simple added tab group component.
Beta Was this translation helpful? Give feedback.
All reactions