-
Bug
-
Resolution: Duplicate
-
P2
-
7u6
-
Mac OS X 7.1.3
JDK 7u6 (b13)
JavaFX latest build (pre-b13)
Mouse events seem unstable, as if we are getting occasional erroneous values, causing storage behavior on BrickBreaker and Ensemble. Igor took a look at it and his thinking is that the events are sometimes not getting mapped back into coordinates that are relative to the browser window, but are being delivered in absolute screen coordinates. I think this is a good working theory.
BrickBreaker.html
-----------------
One time, the animation stopped and no more updates happened.
Sometimes the paddle jumps around when you move the mouse
Ensemble.html
-------------
No mouse event handling, after third try it worked, but the mouse pointer was "off" in Y initially.
BrickBreaker.html
-----------------
One time, the animation stopped and no more updates happened.
Sometimes the paddle jumps around when you move the mouse
Ensemble.html
-------------
No mouse event handling, after third try it worked, but the mouse pointer was "off" in Y initially.
- relates to
-
JDK-8126098 Mac: in plugin stage coordinates are relative against browser position, not screen
- Closed
-
JDK-8126361 Mac: Popups aren't drawn in the right place in applet mode if the browser window is moved
- Closed