LWJGL Forum

Archive => Resolved Bugs/RFE => Topic started by: bobjob on November 16, 2010, 11:45:07

Title: [FIXED] Mouse and Resizable Applet
Post by: bobjob on November 16, 2010, 11:45:07
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?
Title: Re: [BUG] Mouse and Resizable Applet
Post by: kappa on May 31, 2011, 18:26:07
This might be fixed now due to this bug fix (http://lwjgl.org/forum/index.php/topic,4001.0.html).

Can you confirm?

thx
Title: Re: [FIXED] Mouse and Resizable Applet
Post by: kappa on August 13, 2011, 20:06:23
This should really be fixed now (see this bug fix (http://lwjgl.org/forum/index.php/topic,4110.0.html)) 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.
Title: Re: [FIXED] Mouse and Resizable Applet
Post by: jouvieje on September 01, 2011, 21:44:31
I'm struggled with this bug too. Do you know if a new realease of lwjgl will be available soon ?
Title: Re: [FIXED] Mouse and Resizable Applet
Post by: kappa on September 02, 2011, 08:57:00
does the nightly build work for you? (i.e. is the bug fixed there).
Title: Re: [FIXED] Mouse and Resizable Applet
Post by: jouvieje on September 02, 2011, 18:01:46
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.