Page MenuHome GnuPG

Investigate button order in assistant dialog (aka first time wizard)
Open, NormalPublic

Description

We're using the default button order from KAssistantDialog, but this looks strange on Windows ("Finish" is placed on the left; ideally, "next"-button should turn into finish). Could be an HIG thing, or a plain bug -> investigate, provide MR in kwidgetsaddons

Event Timeline

tfry triaged this task as Normal priority.Mon, Mar 16, 9:31 AM

Windows button order seems to be described, there: https://web.archive.org/web/20161013015954/https://msdn.microsoft.com/en-us/library/dn742499.aspx . I could not find a more up-to-date official reference. Likely, this still applies, though. This specifies (left to right): OK/[Do it]/Yes, [Don't do it]/No, Cancel, Apply (if present), Help (if present)

The central problem, here is that this puts "Finish" (aka "ok") on the left, but "Next" (aka "apply") to the right. Probably that never was intended for assistants, though. Probably the solution with the least potential for confusion will be to make next behave as finish on the last page.

Needs to be patched in kwidgetsaddons.