Cursor flickers on ImageView
962357Oct 9 2012 — edited Oct 9 2012I have several images on the screen. OnMouseEntered event changes the cursor to Hand and back to normal using OnMouseExited. On some images, as mouse is positioned over the image, the cursor flickers and I see both the hand cursor and normal cursor (even when mouse is not moving on the image) and mouse click does not work. On some positions on the image, the cursor is hand only and mouse click works. This happens on some images and not all. All images are .png files. Is this a known bug?
Environment I am using is: javafx.runtime.version: 2.2.0-b21 on Windows Vista and NetBeans IDE 7.2 (Build 201207171143)