﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2535	Strange behaviour with FileOpenDialog and the return order of multi-selection of files	Tlem		"Not sure that you consider it like a bug, but when you use FileOpenDialog to select multiple files, the result is not identical if you do a classic (from the top down) selection or a reverse (from the bottom up) selection of the files. The classic selection put the last filename just after the path instead of the last position !

Tested on 3.3.8.1 and 3.3.9.20.
No older ticket found about this and nothing on the forum.

Ex : You have files like this :
{{{
Path\File1.txt
Path\File2.txt
Path\File3.txt
Path\File4.txt
Path\File5.txt
}}}


Reverse selection will return :
{{{
 Path
 File1.txt
 File2.txt
 File3.txt
 File4.txt
 File5.txt
}}}

Classic selection will return :
{{{
 Path
 File5.txt
 File1.txt
 File2.txt
 File3.txt
 File4.txt
}}}

"	Bug	closed		AutoIt	3.3.8.1	None	No Bug		
