http://bugs.winehq.org/show_bug.cgi?id=29382
Bug #: 29382 Summary: Internet Explorer 8's developer tools window hangs after changing document mode Product: Wine Version: 1.3.35 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: oleaut32 AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com CC: julliard@winehq.org Classification: Unclassified Regression SHA1: 38a797990c8f55e96baa15c82004eff3abf96f7b
Created attachment 38029 --> http://bugs.winehq.org/attachment.cgi?id=38029 Terminal output
IE8 has a feature that allows changing the display of the current page to match IE7 or quirks mode, accessible from the developer tools window. This works once, but the window becomes unresponsive afterward. That didn't happen in 1.3.20:
38a797990c8f55e96baa15c82004eff3abf96f7b is the first bad commit commit 38a797990c8f55e96baa15c82004eff3abf96f7b Author: Alexandre Julliard julliard@winehq.org Date: Wed May 18 11:35:17 2011 +0200
oleaut32: Reallocate in BSTR_UserUnmarshal to avoid changing the pointer if the string didn't change.
:040000 040000 6243ab6decb7555fbfdbb09bf490094a411b6565 92a9d6d153648c49e5b3a9ad89c904917e51a8e7 M dlls
Reverting the patch fixed the problem. Steps to reproduce:
1. winetricks ie8 2. Start IE8 and press F12 3. After the developer tools window appears, press Alt+7
It should reload the current page's HTML source, but instead it just shows "loading..." and the window cannot be interacted with any further.
http://bugs.winehq.org/show_bug.cgi?id=29382
A Wine user RandomAccountName@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression
http://bugs.winehq.org/show_bug.cgi?id=29382
--- Comment #1 from Huw Davies huw@codeweavers.com 2012-02-15 05:37:41 CST --- Created attachment 38884 --> http://bugs.winehq.org/attachment.cgi?id=38884 We need someithing like this
http://bugs.winehq.org/show_bug.cgi?id=29382
Huw Davies huw@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |huw@codeweavers.com
http://bugs.winehq.org/show_bug.cgi?id=29382
A Wine user RandomAccountName@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #2 from A Wine user RandomAccountName@mail.com 2012-02-15 06:14:48 CST --- (In reply to comment #1)
Created attachment 38884 [details] We need someithing like this
Thanks, it works fine here.
http://bugs.winehq.org/show_bug.cgi?id=29382
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |be4d45cacb119f7f84bc6f82dce | |ced703b42d79d Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2012-02-17 12:58:03 CST --- Committed as be4d45cacb119f7f84bc6f82dceced703b42d79d.
http://bugs.winehq.org/show_bug.cgi?id=29382
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2012-02-17 13:51:24 CST --- Closing bugs fixed in 1.4-rc4.