Tabs are triggered with right mouse click #1112
-
Hi there. I've noticed the tabs are triggered using the right mouse click. This behaviour can be observed here: https://www.radix-ui.com/docs/primitives/components/tabs (Chrome, MacOS) It seems this behaviour is not intentional, see comment here: primitives/packages/react/tabs/src/Tabs.tsx Lines 177 to 183 in 2fbc347 I believe the right-mouse-click is triggered via the focus event here: primitives/packages/react/tabs/src/Tabs.tsx Lines 187 to 194 in 2fbc347 Possibly related tabs focus issue: #1047 Let me know if you'd prefer for me to create an issue for this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @badsyntax, nice seeing you here! 🙂 Cheers! |
Beta Was this translation helpful? Give feedback.
Hey @badsyntax, nice seeing you here! 🙂
Yeah you're totally right about that one, I've converted into an issue and will address now.
Cheers!