snowkit / snow

A low level cross platform framework for Haxe. Mac, Windows, Linux, Android, iOS, WebGL.
http://snowkit.org/snow
MIT License
133 stars 35 forks source link

Native file open / save dialogs displays file filters incorrectly on Windows 7 #65

Closed DjPale closed 9 years ago

DjPale commented 9 years ago

When passing FileFilter to native dialogs, the behaviour is erratic on Windows 7 SP1. For open dialogs, the first entry is sometimes corrupted with random character(s). The save dialog creates a list with some unrelated letters as shown in the attached picture.

file_save_error

Others have been testing this with Windows 8.1 where the behaviour is correct.