MantisBT - VTK
View Issue Details
0011236VTK(No Category)public2010-09-14 22:162016-08-12 09:55
egk865 
Kitware Robot 
normalminoralways
closedmoved 
 
 
0011236: Prevent Java classes vtkPanel and vtkCanvas from getting focus upon mouse enter
Currently in the function mouseEntered within the classes vtkPanel and vtkCanvas, there is the line

this.requestFocus();

This causes the widget to get the focus even if the mouse simply hovered over the widget and did not click on it. This is somewhat annoying since most programs don't operate this way. Usually if you are in the middle of using another program and simply hovered over something else with a mouse, the focus should not change to the other program. Is there a particular reason why the focus changes for these widgets? If not, I would vote for the 2 requestFocus calls to be removed.
No tags attached.
Issue History
2010-09-14 22:16egk865New Issue
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037202
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0037202)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.