MantisBT - ParaView
View Issue Details
0013421ParaView(No Category)public2012-09-03 12:072015-01-11 08:34
Kevin H. Hobbs 
Kyle Lutz 
normalminorhave not tried
closedfixed 
 
4.03.98.0 
TBD
13421-fix-image-slice-domain
incorrect functionality
0013421: Image Slice Rep XZ/YZ Slice Slider Range
There is a bug in the image slice representation in ParaView from git.

In slice directions other than XY the slice slider range is limited to the number of XY slices.

To see the bug use the wavelet source with extent:

-100 100
-100 100
-10 10

Change the representation to slice, the slice direction to XY, and the camera viewto the -Z direction.

Use the slider to view all the slices orthogonal to the Z axis.

Now change the slice direction to XZ (or YZ), and the camera view to the -Y (or -X) direction.

Use the slider to try and see all the slices orthogonal to the Y (or X) axis.

Observe that the slider range is limited to the first 20 slices.

Other slices can be seen by entering their number in the text entry box.

Enter 100 and see a slice through the middle that could not be reached using the slider.
No tags attached.
Issue History
2012-09-03 12:07Kevin H. HobbsNew Issue
2012-10-18 14:11Utkarsh AyachitTarget Version => 4.0
2012-10-23 11:59Kyle LutzAssigned To => Kyle Lutz
2012-10-23 11:59Kyle LutzStatusbacklog => todo
2012-10-23 11:59Kyle LutzStatustodo => active development
2012-10-23 13:25Kyle LutzTopic Name => 13421-fix-image-slice-domain
2012-10-23 13:25Kyle LutzNote Added: 0029492
2012-10-23 13:25Kyle LutzStatusactive development => gatekeeper review
2012-10-23 13:25Kyle LutzResolutionopen => fixed
2012-10-29 10:50Utkarsh AyachitFixed in Version => git-master
2012-10-29 10:50Utkarsh AyachitStatusgatekeeper review => customer review
2012-10-29 10:50Utkarsh AyachitNote Added: 0029548
2012-10-29 17:04Utkarsh AyachitFixed in Versiongit-master => 3.98.0
2013-01-11 15:02Alan ScottNote Added: 0030117
2013-01-11 15:02Alan ScottStatuscustomer review => closed
2015-01-11 08:34Kyle LutzSource_changeset_attached => ParaView master d408b01b

Notes
(0029492)
Kyle Lutz   
2012-10-23 13:25   
Merge topic '13421-fix-image-slice-domain' into next

d408b01 Add ability for pqIntRangeWidget to listen to a domain
(0029548)
Utkarsh Ayachit   
2012-10-29 10:50   
merged into master, if applicable.
(0030117)
Alan Scott   
2013-01-11 15:02   
Very well written bug. Nice job.

Tested master, Windows, local server.