29 Jan
2009
29 Jan
'09
10:40 a.m.
2009/1/29 Konstantin Kondratyuk <kondratyuk(a)etersoft.ru>:
Hi!
Javascript which is defined in the frame doesn't work. There is a test in attachement.
Run index.html in 'wine iexplore'
Correct events for this test (checked up in IE and Firefox): 1. "call f_right script" message 2. "call onLoad" message during loading 3. "call myOnClick" message after click to link
Wine gecko ignores all these events.
Do you have any advice?
I managed to track it to: commit c3bdda810243ed6c8d6b9960d1df3b534653b438 Author: Jacek Caban <jacek(a)codeweavers.com> Date: Wed Sep 24 18:19:46 2008 +0200 mshtml: Use ActiveScript for JavaScript in file protocol documents. in http://bugs.winehq.org/show_bug.cgi?id=16594. - Reece