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 580178 - multiple "delete" dialogs pop-up
multiple "delete" dialogs pop-up
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
unspecified
Other opensolaris
: Normal minor
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on: 774710
Blocks:
 
 
Reported: 2009-04-24 21:35 UTC by Brian Cameron
Modified: 2018-03-11 17:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brian Cameron 2009-04-24 21:35:08 UTC
Steps to reproduce:

1) Open gnome-terminal window,
2) Select 'Edit:profile' from menu bar,  
3) Edit Profile dialog comes with 'New','Edit' and 'Delete' buttons 
4) Click on 'New' button to create new profiles (Say 'test')
5) 'test' new profile is created and select 'test' profile
6) Click on 'Delete' button from the profile dialog. 
7) Delete dialog comes up with 'delete' and 'cancel' buttons in it.
8) Repeat step 6 will creates multiple delete dialogs.

Note you can click on the Delete button after the dialog appears in step #8.
Comment 1 Christian Persch 2009-08-13 13:24:32 UTC
It tried setting the dialogue modal, but that doesn't work, since its parent is parented to a terminal window, so it would block that window. Also it introduces critical warnings when dismissing the dialogue.

Instead we should simply present the existing window when deleting again.
Comment 2 Christian Persch 2018-03-11 17:56:04 UTC
Fixed by the unified prefs dialogue.