Wine gecko: javascript in the frame

Reece Dunn msclrhd at googlemail.com
Thu Jan 29 04:40:21 CST 2009


2009/1/29 Konstantin Kondratyuk <kondratyuk at 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 at 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



More information about the wine-devel mailing list