https://bugs.winehq.org/show_bug.cgi?id=54135 --- Comment #6 from Fabian Maurer <dark.shadow4(a)web.de> --- This has many issues... First, document loaded is not delivered:
notif_complete(This, DISPID_DOCUMENTCOMPLETE); It uses that to register it's mouse move handler
If we comment out
if(!This->browser_service) /* FIXME: Not fully correct */ it get into its mouse move handler
But then we get an assert in mono:
Assertion at /vagrant/mono/mono/metadata/cominterop.c:674, condition `MONO_CLASS_IS_INTERFACE_INTERNAL (ic)' not met
Then we also have HTMLTxtRange_moveToPoint not implemented. Furthermore, when you search, then mouse move isn't working again. For some reason it doesn't seem to fire -- 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.