You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to use a popover for a context menu, you cannot use the contextmenu event to display the popover. The problem is that the popover is immediately light dismissed.
(not sure if this belongs in whatwg/html or whatwg/dom)
The text was updated successfully, but these errors were encountered:
Perhaps the light dismiss behavior should be tweaked to not close any popovers that are shown immediately before in contextmenu, mousedown, mouseup, pointerdown, pointerup, touchstart, touchend event listeners?
That doesn't work in Chrome, FF or Safari. Once you increase the timeout to at least 100ms, then it sometimes works. But at that point you start to have a noticeable delay.
What is the issue with the HTML Standard?
https://codepen.io/jpzwarte/pen/OPLQypz?editors=1010
If you want to use a popover for a context menu, you cannot use the
contextmenu
event to display the popover. The problem is that the popover is immediately light dismissed.(not sure if this belongs in whatwg/html or whatwg/dom)
The text was updated successfully, but these errors were encountered: