﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
40	"File dialog box sometimes missing "".."" entry"	rudi	dmik	"On some drives, the file dialog box does not contain the "".."" folder entry. This happens only on the first subdirectory level on some drives.

Solution is to change line 5891 in qfiledialog.cpp from:

if ( !bShowHiddenFiles ) {

to:

if ( !bShowHiddenFiles && inf.name() != "".."" ) {


There is a comment about a ""bug"" in Windows a few lines above. HPFS seems to behave the same way.

"	defect	closed	normal		dialogs		normal	fixed		
