On Sat, May 24, 2008 at 7:10 PM, Dan Kegel dank@kegel.com wrote:
When you press Tab in an msi dialog, focus moves the wrong way. You can confirm the correct tab order by viewing the msi file in Orca and looking at the Dialog and Control tables.
It seems that tab order in user32 is equal to z order, and SetWindowPos() is the function used to control both. Our msi currently seems to get the first two args backwards; reversing them fixes http://bugs.winehq.org/show_bug.cgi?id=10147 and at least superficially makes more sense.
This change is wrong and breaks tab order in (at least) the office installer.