July 22, 2024
10:16 a.m.
Jacek Caban (@jacek) commented about dlls/mshtml/htmlevent.c:
TRACE("(%p)\n", This);
This->stop_immediate_propagation = This->stop_propagation = TRUE; - nsIDOMEvent_StopImmediatePropagation(This->nsevent);
Why do you move this call? If `cancelBubble` can't affect it, we may as well keep it. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6096#note_76782