Re: [PATCH v2 0/8] MR6887: mshtml: Implement proper prototype chain for text nodes and events.
22 Nov
2024
22 Nov
'24
3:40 p.m.
On Fri Nov 22 15:39:38 2024 +0000, Gabriel Ivăncescu wrote:
Interesting, but I'm not sure. The issue here is that these are in the `CharacterDataPrototype`, not in the comment element itself. So, won't they fail if we don't handle `IHTMLDOMTextNode2` when called on the comment element? Since it's looked up by IID/DISPID pair, not name. `IHTMLCommentElement2` might be used for legacy modes though, I guess I will need to test it from C code to know. On second thought maybe just forwarding to `IHTMLCommentElement2` would be enough, but we still need the `IHTMLDOMTextNode2` so the prototype works right?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6887#note_88528
390
Age (days ago)
390
Last active (days ago)
0 comments
1 participants
participants (1)
-
Gabriel Ivăncescu