After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 312590 - MouseEvent.getWindow() not implemented: implementation leads to JVM crash
MouseEvent.getWindow() not implemented: implementation leads to JVM crash
Status: VERIFIED FIXED
Product: java-gnome
Classification: Bindings
Component: GTK
mainline
Other All
: Normal critical
: ---
Assigned To: Ismael Juma
Ismael Juma
Depends on:
Blocks:
 
 
Reported: 2005-08-04 15:33 UTC by Adam Jocksch
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
Attemped implementation of MouseEvent.getWindow() (3.17 KB, patch)
2005-08-04 15:35 UTC, Adam Jocksch
none Details | Review

Description Adam Jocksch 2005-08-04 15:33:49 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:
Comment 1 Adam Jocksch 2005-08-04 15:35:21 UTC
Created attachment 50239 [details] [review]
Attemped implementation of MouseEvent.getWindow()
Comment 2 Ismael Juma 2005-08-05 22:00:52 UTC
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.