MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0007346 | VTK | (No Category) | public | 2008-07-16 03:04 | 2016-08-12 09:55 |
| Reporter | lmatt | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0007346: OnChar activation / deactivation of vtkImagePlaneWidget in JAVA broken | ||||
| Description | 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. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||