[Bug 1136] No dialogArguments in modelessDialog in Internet Explorer

Wine Bugs wine-bugs at winehq.com
Sat Jun 28 10:13:02 CDT 2003


http://bugs.winehq.com/show_bug.cgi?id=1136





------- Additional Comments From winebug at flonet.net  2003-28-06 10:13 -------
Bug comments restored from Gmane.org:

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

-- 
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list