GNOME Bugzilla – Bug 699376
FileChooser opens up blank when opened second time
Last modified: 2013-10-06 05:59:34 UTC
Created attachment 242990 [details] Test case The FileChooser opens up blank when you click cancel and open it again. I'm attaching a test case (vala code) with this bug. Refer - bug#699013 Steps 1. One the FileChooser by clicking the button 2. Click Cancel 3. Open the FIleChooser again. This bug can be reproduced in master branch
works fine here, with 3.8 or master are you still seeing this problem ?
Reading bug 699013 this test case never actually caused the bug to occur. The issue was the in the gnome-boxes code they were using .hide() instead of .destroy() I tried changing the testcase to use .hide() but I still could not reproduce the issue. In any case this looks like a duplicate of bug 483502 It would be good to have a reliable test case for this as 483502 is about Gimp which no longer hides the filechooser either as a result of this and other issues reported when reusing the filechooser so there doesn't seem to be an easy way to reproduce it currently.
*** This bug has been marked as a duplicate of bug 483502 ***