msi: fix tab order

James Hawkins truiken at gmail.com
Sat May 24 19:32:41 CDT 2008


On Sat, May 24, 2008 at 7:10 PM, Dan Kegel <dank at 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.

-- 
James Hawkins



More information about the wine-devel mailing list