MantisBT - VTK
View Issue Details
0007346VTK(No Category)public2008-07-16 03:042016-08-12 09:55
lmatt 
Kitware Robot 
normalmajoralways
closedmoved 
 
 
0007346: OnChar activation / deactivation of vtkImagePlaneWidget in JAVA broken
I'm using JAVA-bindings of VTK and had the problem that after an update
of VTK my ImagePlaneWidgets could not be (de)activated any more using
the Interaction Keys. I tracked it down to the change from Version 1.14
to 1.15 of vtkImagePlaneWidget.cxx.

More specifically, the new method OnChar(), overwriting
vtkInteractorObserver::OnChar(), seems to be at the heart of the
problem. When I comment out the method, everything works fine.

I changed the lines 430 and 435 in the actual version 1.18, i.e.
    this->Interactor->GetInteractorStyle()->OnChar();
to
    vtkInteractorObserver::OnChar();
and everything works again.
No tags attached.
Issue History
2008-07-16 03:04lmattNew Issue
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037000
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0037000)
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.