primitives
                                
                                 primitives copied to clipboard
                                
                                    primitives copied to clipboard
                            
                            
                            
                        [DropdownMenu] Tab press should focus next focusable element outside DropdownMenu
Bug report
To meet WAI-ARIA requirements tab press inside the DropdownMenu should focus the next focusable element outside it
Current Behavior
Nothing happens
Expected behavior
Focus next focusable element outside the primitive
i'm assuming you are referring to a non-modal dropdown menu but I am curious which WAI ARIA requirements say this?
found it !

https://w3c.github.io/aria-practices/#keyboard-interaction-12
That's it! 😉
Isn't this a duplicate of #1308
Whether the menu is modal or non-modal, Tab press gets hijacked here and prevents default behavior
Yeah that's because we had decided that menus aren't tabbable so we did it in there. But regardless, I still think it's a duplicate no?
duplicate of #1308