MantisBT - ParaView
View Issue Details
0010746ParaViewBugpublic2010-05-21 21:412010-08-23 14:47
Alan Scott 
Robert Maynard 
normalminoralways
closedfixed 
 
3.8.13.8.1 
0010746: Input boxes don't work correctly in the cube axis edit.
ParaView trunk, Window, local server.
Display/ Show cube axes/ Edit.
Custom bounds - you should be able to input anything you want into these boxes. For instance, my user wants to use 1e5. Furthermore, the custom bounds should be settable to anything that the user wants. If the object range is -1 to 1, and the user wants a custom bounds from -5 to 5, let him/her do it!
No tags attached.
png Screenshot-Edit Cube Axes Properties.png (29,393) 2010-07-07 17:30
https://www.vtk.org/Bug/file/8230/Screenshot-Edit%20Cube%20Axes%20Properties.png
png
Issue History
2010-05-21 21:41Alan ScottNew Issue
2010-05-31 08:42Robert MaynardNote Added: 0020874
2010-05-31 08:42Robert MaynardStatusbacklog => @80@
2010-05-31 08:42Robert MaynardFixed in Version => 3.8.2
2010-05-31 08:42Robert MaynardResolutionopen => fixed
2010-05-31 08:42Robert MaynardAssigned To => Robert Maynard
2010-06-01 22:07Alan ScottNote Added: 0020893
2010-06-01 22:07Alan ScottStatus@80@ => closed
2010-06-15 09:44Utkarsh AyachitTarget Version3.8.2 => 3.8.1
2010-06-15 09:45Utkarsh AyachitFixed in Version3.8.2 => 3.8.1
2010-07-07 09:55Utkarsh AyachitFixed in Version3.8.1 => Development
2010-07-07 17:30Utkarsh AyachitNote Added: 0021303
2010-07-07 17:30Utkarsh AyachitStatusclosed => @20@
2010-07-07 17:30Utkarsh AyachitResolutionfixed => reopened
2010-07-07 17:30Utkarsh AyachitFile Added: Screenshot-Edit Cube Axes Properties.png
2010-07-12 14:02Robert MaynardNote Added: 0021361
2010-07-13 10:37Robert MaynardNote Edited: 0021361
2010-07-13 10:37Robert MaynardStatus@20@ => @80@
2010-07-13 10:37Robert MaynardResolutionreopened => fixed
2010-07-21 19:38Alan ScottNote Added: 0021448
2010-07-21 19:38Alan ScottStatus@80@ => closed
2010-08-23 14:47Utkarsh AyachitNote Added: 0021901
2010-08-23 14:47Utkarsh AyachitFixed in VersionDevelopment => 3.8.1

Notes
(0020874)
Robert Maynard   
2010-05-31 08:42   
Commit SHA1: 073d6ae92ef9340b6daa3d74e94f136f0274cb2b
(0020893)
Alan Scott   
2010-06-01 22:07   
Doesn't work for exponents, but I think it is sufficient. Works for all inputs such as 100, 10, 0.4, 0.6, 1.

Tested local server, Windows, trunk.
(0021303)
Utkarsh Ayachit   
2010-07-07 17:30   
The double-spin boxes should be changed to QLineEdit with QDoubleValidator. In general, we are going to use QLineEdit with validators where ever possible instead of spin boxes due to the precision issue.

Also, the alignment in the "Edit Cube Axes Properties" dialog seems to have gone awry. Look at the attached image: the "Title" and the corresponding value don't show up correctly.
(0021361)
Robert Maynard   
2010-07-12 14:02   
(edited on: 2010-07-13 10:37)
Updated with conversion to QLineEdits. SHA1 include fixes so the UndoRedo1 test works again.

Commit SHA1:
bdc7fab2f5818c5a5eea45f393fc9eb87be7089c
4b34a94f107ecb2277e5f81a4422f215048dd1aa
719738a6cb30a7d37cbf4608cf56f5b3c0511474

(0021448)
Alan Scott   
2010-07-21 19:38   
Looks good!
Tested local server, windows, trunk.
(0021901)
Utkarsh Ayachit   
2010-08-23 14:47   
looks like this is already in release branch:

commit 9ac1814b3006f15ee38fc9c65ed6a8901f72dec2
Author: Robert Maynard <robert.maynard@kitware.com>
Date: Mon Jul 12 10:45:50 2010 -0400

    ENH: Updated CubeAxis to use QLineEdits as requested in Bug 0010780.