http://bugs.winehq.com/show_bug.cgi?id=1136
Summary: No dialogArguments in modelessDialog in Internet Explorer Product: Wine Version: 20020904 Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.com ReportedBy: gbgbgb50@hotmail.com
Hello all!
I do not know if this is a wine-specific problem, its very strange, but here you are:
I am developing under Linux a server-side application. As client I have to use Internet-Explorer, because the rest of the wold does :-(
When I am using the showModelessDialog-JavaScript-Function under IE5.5 and IE6 and wine, I can not use the dialogArguments-Property in the opened dialog-Window.
First I thougt, that I made some error in JavaScript, but as I tried my scripts out on a real windows-box (same IE5.5 and IE6) it worked fine.
Somewhere between the windows there are my arguments lost.
Here is it like it should be:
test.html:
<script> window.showModelessDialog("dialog.html", "test") </script>
This small html-file opens a dialog and displays this document in it:
dialog.html:
<script> alert(window.dialogArguments) </script>
Now the opened dialog displays a message "test". Because dialogArguments are set by the showModelessDIalog-Method.
This works on the real windows-box. IT DOES NOT WORK on wine. It always displays "undefined".
How can this be? Looks like a very highlevel error somewhere?
yours
Gunter
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=1136. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.