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 333855 - Fullname dialog in contacts editor shouldn't be modal as well as categories dialog
Fullname dialog in contacts editor shouldn't be modal as well as categories d...
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Contacts
2.6.x
Other All
: Normal normal
: ---
Assigned To: evolution-addressbook-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-03-08 06:33 UTC by Xiurong Simon Zheng
Modified: 2013-09-13 00:54 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
patch (3.83 KB, patch)
2006-03-08 06:39 UTC, Xiurong Simon Zheng
none Details | Review

Description Xiurong Simon Zheng 2006-03-08 06:33:33 UTC
Please describe the problem:
Fullname dialog should be non-modal, otherwise, that would affect receiving
email or other function.

Steps to reproduce:
1. Launch evolution
2. File->New->Contact, open contact editor.
3. Click "Full name" button, then pop up fullname dialog.
4. Try to switch to mail folder.


Actual results:
Can't do nothing untill fullname dialog is close.

Expected results:
Fullname dialog should be non-modal, so that we can't receive mails at the same
time.

Does this happen every time?


Other information:
The bug is similar with #241219
Comment 1 Xiurong Simon Zheng 2006-03-08 06:39:25 UTC
Created attachment 60886 [details] [review]
patch

Make full name dialog in contacts editor is non-modal.
Comment 2 Karsten Bräckelmann 2006-03-09 17:23:44 UTC
Confirming, I guess.

Although it is easy to "lose" a tiny dialog like this one, when dealing with large windows like the Evo main window and the contact editor...


Note, for revieving the patch:

* What happens, if the "Full Name" button is clicked multiple times?
  We probably should display the already existing dialog, by raising it.
* What happens, if you *close* teh Contact Editor with the Full Name dialog
  still open? Similar szenarios already led to crashes in the past.
Comment 3 Devashish Sharma 2006-03-10 05:42:43 UTC
Fix with some small changes done committed to cvs head.