I have noticed that JOGL applets (ex. https://jogl-demos.dev.java.net/applettest.html ) do not remain positioned in certain browser windows when the user scrolls. The graphical output of the applets slide up and down the browser window, overwriting the other content and flickering strongly with each redraw, or sometimes not redrawing at all until the user places the mouse over the location where the applet should be displaying.
This is an issue with Firefox and Opera, but not IE.
It is not corrected by applying stricter css styles for positioning.
It is independent of whether the object or applet tag is used in the html file
Is this problem my system configuration? Or is there something more fundamentally wrong?
I ask because we are trying to start a business that will feature a JOGL applet and I am concerned with our ability to attract traffic if many users have this experience.
I am running on Vista with NVidia GForce Go 6150 and latest drivers.
I tried to capture the behavior using Bulent’s Screen Recorder, but the output of the applet was not captured - just the rest of the browser window, with the mouse action highlighted.
I would appreciate your assistance.
Thanks.