MantisBT - VTK
View Issue Details
0003684VTK(No Category)public2006-08-31 15:382016-08-12 09:54
Shang Mu 
Kitware Robot 
lowminoralways
closedmoved 
 
 
0003684: bug in wxVTKRenderWindowInteractor causes wx._core.PyAssertionError
wxVTKRenderWindowInteractor in Python wrapping

When mouse button is pressed down outside the vtk window (for example, when cursor is over the menubar) and then moved into to the vtk window and released, a wx._core.PyAssertionError occurs because wxWindow.ReleaseMouse() is called without a previous CaptureMouse().

This also happens for a double-click on Win32 (not tested on other platforms).

Bug is fixed in the attached file, search "by ms" for changes (three in total).
No tags attached.
? wxVTKRenderWindowInteractor.py (20,073) 1969-12-31 19:00
https://www.vtk.org/Bug/file/5641/wxVTKRenderWindowInteractor.py
Issue History
2008-03-06 18:58Berk GeveciNote Added: 0010741
2008-03-06 18:58Berk GeveciAssigned ToBerk Geveci =>
2008-03-06 18:58Berk GeveciStatustabled => backlog
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036885
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved
2016-08-12 09:54Kitware RobotAssigned To => Kitware Robot

Notes
(0010741)
Berk Geveci   
2008-03-06 18:58   
I don't know why this bug was assigned to me. Reverting back to new.
(0036885)
Kitware Robot   
2016-08-12 09:54   
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.