MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0006504 | VTK | (No Category) | public | 2008-03-04 12:28 | 2016-08-12 09:54 |
| Reporter | Jon Goldman | ||||
| Assigned To | Berk Geveci | ||||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0006504: vtkInteractorStyleRubberBand3D::OnMouseWheelForward/Backward crashing | ||||
| Description | I sent this email to vtk developers, but thought it would be good to log an "official" bug. I checked out VTK source from the trunk today and built, and this view-based python script was crashing when I moved the mouse wheel back and forth: from vtk import * source = vtkSphereSource() view = vtkRenderView() surfaceRep = vtkSurfaceRepresentation() surfaceRep.SetInputConnection(source.GetOutputPort()) view.AddRepresentation(surfaceRep) window = vtkRenderWindow() window.SetSize(600, 600) view.SetupRenderWindow(window) window.GetInteractor().Start() It looks like this call is missing from the beginning of vtkInteractorStyleRubberBand3D::OnMouseWheelForward() and vtkInteractorStyleRubberBand3D::OnMouseWheelBackward() methods: this->FindPokedRenderer( this->Interactor->GetEventPosition()[0], this->Interactor->GetEventPosition()[1]); -Jon | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-03-04 12:28 | Jon Goldman | New Issue | |||
| 2008-03-04 12:55 | Berk Geveci | Status | backlog => tabled | ||
| 2008-03-04 12:55 | Berk Geveci | Assigned To | => Berk Geveci | ||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2016-08-12 09:54 | Kitware Robot | Note Added: 0036959 | |||
| 2016-08-12 09:54 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:54 | Kitware Robot | Resolution | open => moved | ||
| Notes | |||||
|
|
|||||
|
|
||||