MantisBT - VTK
View Issue Details
0005896VTK(No Category)public2007-10-18 10:112013-04-05 20:28
Chris Kruszynski 
Julien Finet 
normalmajoralways
closedfixed 
 
5.8.1 
0005896: PlaceWidget does not work for vtkPointHandleRepresentation3D when TranslationMode is off
In the latest CVS version, vtkPointHandleRepresentation3D does not properly place the handle after calling PlaceWidget if TranslationMode is on. The problem is that the change to the default TranslationMode setting is not passed to Cursor3D until some interaction takes place, but PlaceWidget calls vtkCursor3D::SetModelBounds, which reacts differently depending on the setting of vtkCursor3D::TranslationMode.

This patch fixes this behavior by setting vtkCursor3D::TranslationMode when vtkPointHandleRepresentation3D::SetTranslationMode is called.
No tags attached.
diff fix3dpointplacewidget.diff (1,065) 2007-10-18 10:11
https://www.vtk.org/Bug/file/6192/fix3dpointplacewidget.diff
Issue History
2007-10-18 10:11Chris KruszynskiNew Issue
2007-10-18 10:11Chris KruszynskiFile Added: fix3dpointplacewidget.diff
2008-02-06 09:42Jeff BaumesStatusbacklog => tabled
2008-02-06 09:42Jeff BaumesAssigned To => Karthik Krishnan
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2011-10-21 13:00Julien FinetSource_changeset_attached => VTK master 88c23a22
2011-10-21 14:29Julien FinetAssigned ToKarthik Krishnan => Julien Finet
2011-10-21 14:29Julien FinetStatusexpired => tabled
2011-10-21 14:31Julien FinetNote Added: 0027596
2011-10-21 14:31Julien FinetStatustabled => customer review
2011-10-21 14:31Julien FinetResolutionopen => fixed
2011-10-21 14:31Julien FinetFixed in Version => 5.8.1
2013-04-05 20:28Berk GeveciStatuscustomer review => closed

Notes
(0027596)
Julien Finet   
2011-10-21 14:31   
Thanks Chris for your patch and Michael for the commit.