FYI, I found a solution for this problem!!!
simply add a MouseListener to the Canvas3D array of mouse listeners and call a consume() on the mouse event in the mouseReleased( MouseEvent ) method. finally it was almost to easy to have spend a whole day of trying and evaluating!!! cheers, Karsten > -----Original Message----- > From: Discussion list for Java 3D API > [mailto:[EMAIL PROTECTED] Behalf Of Karsten Fries > Sent: Wednesday, July 02, 2003 11:14 AM > To: [EMAIL PROTECTED] > Subject: Re: [JAVA3D] Stalled IE > > > > > > This happens on IE & JRE 1.4.x only. This happens with any > > applet, it is not > > Java3D specific. > > > > I could not reproduce on IE & JRE 1.4.0_01 (IE 5.5 Win 2k) > > I could not reproduce on IE & JRE 1.3.1_08. (IE 5.5 Win 2k) > > I could not reproduce on Netscape 7.0 & JRE 1.4.x > > > > i simply found that clicking initially on a disabled > component and then dragging the mouse out of the applet the > problem doesn't occur. > > the question is still whether a workaround exists. which > methods of the applet/component are called during this > procedure and how can i possibly prevent IE from doing what it does??? > > And why can this stall be terminated by opening the console?!!! > > - Karsten > > > > > > I've confirmed that the same thing happens in WinXP and IE > > > 6.0.288.1106.xpsp2.030422-1633 > > > Java3D 1.3.1 (DirectX) > > > JRE 1.4.1_03 > > > > > > > > > ----- Original Message ----- > > > From: "Karsten Fries" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Tuesday, July 01, 2003 7:17 AM > > > Subject: [JAVA3D] Stalled IE > > > > > > > > > Hi there, > > > > > > i just found a nasty problem with Java3D and the Internet Explorer > > (Version > > > 5.50). > > > > > > here is how to reproduce it: > > > > > > - start a demo application from the Java3D demo folder (e.g. > > > demo/Appearance/AppearanceTest_plugin.html or the > > HelloUniverse_plugin.html) > > > > > > - click with the right mouse button into the running > > applet, like you want > > > to open a context menu, but do not release the button. > > > > > > - drag the mouse outside of the applet region (can evne be > > dragged out of > > > the IE frame) and release the button > > > > > > on my system (Java 3D 1.3.1/JRE 1.4.1_03/IE 5.50) this > > produces an IE > > > context menu that is sometimes empty and the IE application > > is stalled > > with > > > a CPU load of 99%. > > > > > > > > > i found that opening the java console somehow terminates > > this strange > > > behavior. Looks like a fight for the focus to me. > > > > > > i urgently need a workaround for this issue. therefore i > > appreciate any > > > feedback. > > > > > > thanks alot, > > > Karsten > > > > > > PS: if you cannot reproduce this issue, i would like to > know your IE > > version > > > number and systems setup as above > > > > > > ========================= > > > To unsubscribe, send email to [EMAIL PROTECTED] and > > include in the > > body > > > of the message "signoff JAVA3D-INTEREST". For general > > help, send email to > > > [EMAIL PROTECTED] and include in the body of the > message "help". > > > > > > > > ============================================================== > > ============= > > > To unsubscribe, send email to [EMAIL PROTECTED] and > > include in the > > body > > > of the message "signoff JAVA3D-INTEREST". For general > > help, send email to > > > [EMAIL PROTECTED] and include in the body of the > message "help". > > > > ============================================================== > > ============= > > To unsubscribe, send email to [EMAIL PROTECTED] and > > include in the body > > of the message "signoff JAVA3D-INTEREST". For general help, > > send email to > > [EMAIL PROTECTED] and include in the body of the message "help". > > > > ==========================================================================To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
