Comment #4 on issue 3148 by jamesjw: Chrome uses legacy xp save file dialog on vista http://code.google.com/p/chromium/issues/detail?id=3148
I've been looking at this issue. The file of interest is: chrome\common\win_util.cc (SaveFileAsWithFilter) The problem is when the OFN_ENABLEHOOK flag is used, we get the old XP-style places bar. There doesn't seem to be a known workaround for this problem: http://www.bokebb.com/dev/english/2046/posts/204619548.shtml We could get rid of the hook when we are using Vista but the hook tries to ensure that the Save As dialog is visible, so that's not very desirable. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
