View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008270VTK(No Category)public2008-12-09 12:292016-08-12 09:55
ReporterMichael Knopke 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0008270: vtkSliderRepresentation2D doesn't scale correctly to window changes
DescriptionIf vtkSliderWidget uses vtkSliderRepresentation2D and is vertically aligned, any changes to the aspect ratio of the render-window will lead to wrong scaling of the widget. This doesn't happen if the widget is horizontally aligned in the view.
Additional InformationSteps to reproduce:

Just change line 128 in File CameraAndSliderWidget.tcl from:
  [sliderRep GetPoint1Coordinate] SetValue 0.3 0.1

To:
  [sliderRep GetPoint1Coordinate] SetValue 0.9 0.1

 

and line 130:

[sliderRep GetPoint2Coordinate] SetValue 0.9 0.1
To:
[sliderRep GetPoint2Coordinate] SetValue 0.9 0.9

Now try resizing the the window, the Widget will not scale correctly...
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0037048)
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-12-09 12:29 Michael Knopke New Issue
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:55 Kitware Robot Note Added: 0037048
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