Summary: | NEWT OSX MouseListener does not receive move events if windows is maximized | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | johan |
Component: | macosx | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | gouessej |
Priority: | --- | ||
Version: | 2.3.2 | ||
Hardware: | All | ||
OS: | all | ||
Type: | DEFECT | SCM Refs: | |
Workaround: | --- |
Description
johan
2014-02-16 20:01:07 CET
Have you checked whether the fix for the bug 970 causes this regression? (In reply to comment #1) > Have you checked whether the fix for the bug 970 causes this regression? No, I'm a bit lost when it comes to building/debugging jogl from source :) I just updated from rc-20131224 to 2.1.4 release and noticed that my mouse listener did not get any events. Just tested with 2.1.5-01 release. The behaviour is not exactly the same. Now when maximizing the window there are no mouse events, but if I click once on the window frame or inside the window mouse move events are registered. It feels like when maximizing the window looses focus. When you click somewhere on it it regains focus and mouse move events are sent as expected. |