[FIXED] Mouse and Resizable Applet

Started by bobjob, November 16, 2010, 11:45:07

Previous topic - Next topic

bobjob

On Windows I find that when I resize the LWJGL applet to %230+ percent, using zoom in with the browser, I cant use the mouse to interact with the top area of the applet.
Is anyone else finding this a problem?

kappa

This might be fixed now due to this bug fix.

Can you confirm?

thx

kappa

This should really be fixed now (see this bug fix) as the relevant area of code works differently now. The size of the Display is no longer used, instead the size of the parent is used to clip the mouse.

jouvieje

I'm struggled with this bug too. Do you know if a new realease of lwjgl will be available soon ?

kappa

does the nightly build work for you? (i.e. is the bug fixed there).

jouvieje

I've just found the 2.8 build on jenkins, I've tried it and this bug is indeed fixed.

Are those build considered enought stable for deployment ?
I'll probably deploy my app with this nightly build.