http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #54 from max@veneto.com 2009-04-26 10:59:07 --- Created an attachment (id=20737) --> (http://bugs.winehq.org/attachment.cgi?id=20737) Hack to show AutoCAD registration page
I did some regression testing; here the results :
before post:
c3bdda810243ed6c8d6b9960d1df3b534653b438 is first bad commit commit c3bdda810243ed6c8d6b9960d1df3b534653b438 Author: Jacek Caban jacek@codeweavers.com Date: Wed Sep 24 18:19:46 2008 +0200
mshtml: Use ActiveScript for JavaScript in file protocol documents.
:040000 040000 61b72d076d5bcefd2ec1938442972f252d1ce7fc 7ce674ba65d818a7bbd8df8c6b4482fc024e1ebb M dlls
The registration worked, after not. Attached is a dirty hack that allows the page to be shown as before. Beware, it's just an awful hack, *not* the solution.... but works :-)
Doing so on recent build isn't enough, because another commit broke the whole html inside AutoCAD, which comprises help system (see bug 18197) and the *second* registration page, the one where to put serial number. The "breaking" commit is :
8d28f09d8a582ff499b5947a5a2d1cf2700fb259 is first bad commit commit 8d28f09d8a582ff499b5947a5a2d1cf2700fb259 Author: Jacek Caban jacek@codeweavers.com Date: Tue Dec 30 06:48:59 2008 +0100
mshtml: Wine Gecko 0.9.0 release.
:040000 040000 40390dae8dde3dbef05e4f754437e7b8129703d9 a0ba652e905b5b7cf1e39566232dbcb9558e4993 M dlls
As a workaround, install and use native mshtml.
I guess it's time to take a look at wine's html and scripting stuffs....
Max