Sept. 15, 2022
1:54 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/htmlevent.c:
nsAString nsstr; nsresult nsres;
- nsAString_InitDepend(&nsstr, type); + nsAString_InitDepend(&nsstr, is_non_gecko_event_type(type, &event_id) ? L"Event" : type);
What's wrong with passing the actual type for those events? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/856#note_8571