MantisBT - ParaView
View Issue Details
0011827ParaViewBugpublic2011-02-09 07:222011-02-11 20:05
Jerome Velut 
Robert Maynard 
normalmajoralways
closedfixed 
PCLinuxFedora13-x64
Development 
3.103.10 
0011827: GUI: "open file" failed on clicking a folder if a file with the same name exists
In the open file dialog box, clicking on a folder will make the selection active on another file, il the latter has the same name. However, using arrow keys + enter is a workaround.
The following steps assume that ParaViewData-3.10-RC1 is available.

1- menu "File" -> "Open"
2- Browse to ParaViewData root
3- Enter the "Data" folder
4- Try to click on the "dualSphereAnimation" folder -> it will select the "dualSphereAnimation.clone.pvd" file.

this bug is reproducible with my own tree:
test_pv10/
|-- test_folder
`-- test_folder.0

"test_folder.0" is an empty file located at the same depth than the folder "test_folder".
No tags attached.
Issue History
2011-02-09 07:22Jerome VelutNew Issue
2011-02-10 10:49Robert MaynardAssigned To => Robert Maynard
2011-02-10 10:49Robert MaynardStatusbacklog => tabled
2011-02-10 11:30Robert MaynardSeverityminor => major
2011-02-10 11:30Robert MaynardTarget Version => 3.10
2011-02-11 14:18Robert MaynardNote Added: 0025395
2011-02-11 14:18Robert MaynardStatustabled => @80@
2011-02-11 14:18Robert MaynardFixed in Version => 3.10
2011-02-11 14:18Robert MaynardResolutionopen => fixed
2011-02-11 20:05Alan ScottNote Added: 0025400
2011-02-11 20:05Alan ScottStatus@80@ => closed

Notes
(0025395)
Robert Maynard   
2011-02-11 14:18   
Bug was found in 3.10 rc-1. Fixing in 3.11 and requesting to be fixed in 3.10.0 release.

commit 969331424e6245f96177

Fix bug 0011827 We now properly handle duplicate names.

When the user was selecting an index in the view, it was always doing a keyboard search on that string. In the case of duplicates it would move to the first file always
(0025400)
Alan Scott   
2011-02-11 20:05   
Tested local server, 3.10.0 release, Windows. Tested with exodus file format.