Community
Participate
Working Groups
Created attachment 209959 [details] wrong resize cursor From time to time the cursor icon doesn't refresh to the normal cursor properly. See attached screen shot (resize cursor is displayed when a context menu is opend on an entry in a table page.
The issue arises only in look and feels with custom window root pane decorations active. Fixed the issue by adding a global awt listener that checks all windows on every mouse click for a hanging resize cursor on the window. Check the internal swing class in for example MetalRootPaneUI.MouseInputHandler for the cause of this effect. The reason for this effect is that a swing/awt component gets mouse exit events when the mouse gets OUT of the component bounds but not when the mouse gets inside an inner components bounds.
Fixed with revision 1886 at 24.01.2012 00:10
ticket closed. deliverd as part of eclipse scout 3.8.0 (juno release train)