http://bugs.winehq.org/show_bug.cgi?id=18531
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|FontValidator (.NET based |.NET based apps using |app) needs |WebBrowser Control need |OleInPlaceObject_InPlaceDea |OleInPlaceObject_InPlaceDea |ctivate properly |ctivate properly |implemented |implemented
--- Comment #1 from Anastasius Focht focht@gmx.net 2009-05-22 05:25:12 --- Hello,
this seems to be required for several .NET apps hence I changed the summary. Another .NET app, "BinTube" (http://www.bintube.com/player/) which suffers from several bugs breaks on exit due to this stub, though different manifestation:
--- snip --- System.NotImplementedException: The method or operation is not implemented. at System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceObject.InPlaceDeactivate() at System.Windows.Forms.WebBrowserBase.TransitionFromInPlaceActiveToRunning() at System.Windows.Forms.WebBrowserBase.TransitionDownTo(AXState state) at System.Windows.Forms.WebBrowserBase.WndProc(Message& m) at System.Windows.Forms.WebBrowser.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) --- snip ---
Regards