http://bugs.winehq.org/show_bug.cgi?id=11301
Summary: documentElement.ownerDocument.createElement fails Product: Wine Version: 0.9.53. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: msxml3 AssignedTo: wine-bugs@winehq.org ReportedBy: winehq.5.tahtu@spamgourmet.com
I'm a Delphi 7.0 developer, trying to get my application to run unter Wine.
var FXMLDocument: IXMLDOMDocument; begin FXMLDocument := CreateComObject(CLASS_DOMDocument30) as IXMLDOMDocument2; MessageBoxW(0, '1', 'GetXML', MB_OK);
FXMLDocument.appendChild(FXMLDocument.createProcessingInstruction('xml', 'version="1.0" encoding="utf-8"')); MessageBoxW(0, '2', 'GetXML', MB_OK);
FXMLDocument.appendChild(FXMLDocument.createElement('desktop')); MessageBoxW(0, '3', 'GetXML', MB_OK);
FXMLDocument.createElement('Hallo'); MessageBoxW(0, '4', 'GetXML', MB_OK);
FXMLDocument.documentElement.ownerDocument.createElement('Hallo2'); MessageBoxW(0, '5', 'GetXML', MB_OK);
After running this code under Wine 9.0.53 on Ubuntu 7.10 I see popup message boxes with "1", "2", "3" and "4" - but I never see the message "5".
http://bugs.winehq.org/show_bug.cgi?id=11301
--- Comment #1 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2008-01-21 15:30:50 --- This reason you dont see 5 is becasue you program has crashed due to the ownerDocument not being implemented.
http://bugs.winehq.org/show_bug.cgi?id=11301
--- Comment #2 from Tahtu winehq.5.tahtu@spamgourmet.com 2008-01-22 02:40:36 --- If this feature is not implemented it should show a message box about this instead of terminating silent imho.
http://bugs.winehq.org/show_bug.cgi?id=11301
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2008-01-23 04:00:18 --- Try this patch http://www.winehq.org/pipermail/wine-patches/2008-January/049299.html
http://bugs.winehq.org/show_bug.cgi?id=11301
--- Comment #4 from Tahtu winehq.5.tahtu@spamgourmet.com 2008-01-23 05:42:43 --- I'm sorry, but I'm really not a linux or Wine guru - I needed a lot of time download and installed the normal release. So I can't help you debugging this problem further more.
I do not request a fix - I tried to help you with my bug note only.
PS The attachment has 0 Byte filesize.
http://bugs.winehq.org/show_bug.cgi?id=11301
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase
--- Comment #5 from Austin English austinenglish@gmail.com 2008-06-12 11:30:58 --- Is this still an issue in current (1.0-rc4 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=11301
--- Comment #6 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2008-07-09 07:33:02 --- This should be fixed in the latest git. Please verify
http://bugs.winehq.org/show_bug.cgi?id=11301
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #7 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2008-08-26 21:37:55 --- Regressions test prove this is fixed.
http://bugs.winehq.org/show_bug.cgi?id=11301
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org 2008-09-05 10:38:50 --- Closing bugs fixed in 1.1.4.
http://bugs.winehq.org/show_bug.cgi?id=11301
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |800463c21b85b6dfb13e085ff8e | |6b978f6ceeaa7