July 16, 2026
1:39 p.m.
IXMLDOMNamedNodeMap::setNamedItem() should return the supplied node. Currently, it returns the result of IXMLDOMElement::setAttributeNode() which returns the replaced attribute or NULL. Fix this by returning the supplied node instead. Textpad 8 will not close if the x button is pressed. This patch fixes that. -- v2: msxml3/element: Return the inserted node from IXMLDOMNamedNodeMap::setNamedItem(). msxml3/tests: Add tests for IXMLDOMNamedNodeMap::setNamedItem(). https://gitlab.winehq.org/wine/wine/-/merge_requests/11363