- From: Mason Freed <notifications@github.com>
- Date: Thu, 11 May 2023 17:30:19 -0700
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 12 May 2023 00:30:24 UTC
> We seem to have concluded that a separate `contextmenudismiss` event is logical here which would be orthogonal to popup events, right? If so, please take a look at our proposed PR #322. > > @mfreed7 how can we mark the new event as a light dismiss trigger as per your comment above? So the Popover spec has landed, and I think you'd just need to modify the "light dismiss" algorithm here: https://html.spec.whatwg.org/multipage/popover.html#light-dismiss-open-popovers by watching for the appropriate new event. Note that since the comments above, one change was that pointer-**up** is the light dismiss trigger, and there is logic to handle the case where the user is trying to highlight text starting within the popover. (That's the "popover pointerdown target" stuff.) I'm not sure how that'll interact with the `contextmenudismiss` event - perhaps it won't. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/issues/309#issuecomment-1544933281 You are receiving this because you are subscribed to this thread. Message ID: <w3c/uievents/issues/309/1544933281@github.com>
Received on Friday, 12 May 2023 00:30:24 UTC