After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 747561 - Wrong wizard state when restarting it after cancelling
Wrong wizard state when restarting it after cancelling
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: wizard
3.16.x
Other Linux
: Normal normal
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-04-09 13:51 UTC by Christophe Fergeau
Modified: 2016-09-20 08:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christophe Fergeau 2015-04-09 13:51:08 UTC
Click "New" button in the top left corner
Click on "Select a file"
Press Esc
-> this exits the wizard

Click "New" button again
-> you get to a file selection dialog

Expected result: the wizard state is reset and it starts from the beginning
Comment 1 Zeeshan Ali 2015-04-13 16:12:40 UTC
commit: 66f7881183f14be2cffebb754d494f8d941f8ec8

    wizard-window: Escape view on 'Esc' key
    
    Instead of always cancelling the wizard, revert to main view if 'Esc'
    key is hit in any non-main view.
    
    This fixes the issue of wizard remaining in seconardary views when
    cancelled through 'Esc' key.