GNOME Bugzilla – Bug 312590
MouseEvent.getWindow() not implemented: implementation leads to JVM crash
Last modified: 2009-08-15 18:40:50 UTC
Please describe the problem: I found that MouseEvent.getWindow() was not implemented, so I set about implementing it the same way as is done in MouseMotionEvent. After I'd made the changes I get JVM crashes whenever a MouseEvent would be fired Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 50239 [details] [review] Attemped implementation of MouseEvent.getWindow()
Thanks for the patch. I have committed it to HEAD. In addition, I have committed a fix that I believe is the reason for the crash you were seeing. Please re-open if you still experience the crash after these changes.