[Bug 11301] New: documentElement.ownerDocument.createElement fails
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(a)winehq.org ReportedBy: winehq.5.tahtu(a)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". -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11301 --- Comment #1 from Alistair Leslie-Hughes <leslie_alistair(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11301 --- Comment #2 from Tahtu <winehq.5.tahtu(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11301 --- Comment #3 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2008-01-23 04:00:18 --- Try this patch http://www.winehq.org/pipermail/wine-patches/2008-January/049299.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11301 --- Comment #4 from Tahtu <winehq.5.tahtu(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11301 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-06-12 11:30:58 --- Is this still an issue in current (1.0-rc4 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11301 --- Comment #6 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2008-07-09 07:33:02 --- This should be fixed in the latest git. Please verify -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11301 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair(a)hotmail.com Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #7 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2008-08-26 21:37:55 --- Regressions test prove this is fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11301 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2008-09-05 10:38:50 --- Closing bugs fixed in 1.1.4. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11301 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |800463c21b85b6dfb13e085ff8e | |6b978f6ceeaa7 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org