https://bugs.winehq.org/show_bug.cgi?id=26803
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #10 from super_man@post.com --- (In reply to Daniel Jelinski from comment #9)
The slow function is FILEDLG95_FILENAME_FillFromSelection. Commenting out the following line is enough to bring the selection back to normal speed: http://source.winehq.org/git/wine.git/blob/ c34baac0cbb9e5fb86898cbf015c6183b70cf90a:/dlls/comdlg32/filedlgbrowser.c#l818 Unfortunately dialogs stop working with that line commented. Any volunteers to optimize that function?
Most likely the problem is somewhere here.
http://source.winehq.org/git/wine.git/blob/c34baac0cbb9e5fb86898cbf015c6183b...
It's quite interesting to read that source.