Steps to reproduce Using VoiceOver navigation 1. Start VoiceOver 2. Go to https://codepen.io/toddlr/pen/vYyJyVz 3. Use VoiceOver navigation (e.g. Control-Option-Right Arrow) to navigate to an ARIA treeitem instance 4. Invoke a contextmenu on the ARIA treeitem instance by pressing Control-Option-Shift-M 5. Observe how the custom context menu is NOT displayed, the browser's context menu is displayed instead Using keyboard shortcuts 1. Start VoiceOver 2. Go to https://codepen.io/toddlr/pen/vYyJyVz 3. Press tab to navigate to the ARIA tree instance 4. Use the arrow keys to move focus to a particular ARIA treeitem 4. Invoke a contextmenu on the ARIA treeitem instance by pressing Control-Option-Shift-M 5. Observe how the custom context menu is NOT displayed, the browser's context menu is displayed instead
<rdar://problem/78528738>
Created attachment 429787 [details] Screen recording illustrating the bug in Safari
Created attachment 429788 [details] Screen recording demonstrating how this works correct in Chrome