http://bugs.winehq.org/show_bug.cgi?id=29155 --- Comment #7 from fracting <fracting(a)gmail.com> 2011-12-01 08:22:21 CST --- Hello, the simple html files below is useful for reproduce the bug: index.html: <html> <frameset > <frame name="indexFrame" src="index_1.html" /> </frameset> </html> index_1.html: <object id="safeEdit1" classid= "CLSID:73E4740C-08EB-4133-896B-8D0A7C9EE3CD" height="21" width="145"> </object> steps to reproduce: 1. setup a localhost server 2. open http://127.0.0.1:8000/index.html with wine iexplore 3. *double click* on the input control, then the control will be on focus, and wrapped by dotted lines 4. close iexplore Actual result: crash How reproducible: 100% here. new +mshtml trace will be attached -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.