View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007346VTK(No Category)public2008-07-16 03:042016-08-12 09:55
Reporterlmatt 
Assigned ToKitware Robot 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0007346: OnChar activation / deactivation of vtkImagePlaneWidget in JAVA broken
DescriptionI'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.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

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

 Issue History
Date Modified Username Field Change
2008-07-16 03:04 lmatt New Issue
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:55 Kitware Robot Note Added: 0037000
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved
2016-08-12 09:55 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team