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 251567 - The question dialog box can't be close by ESC key.
The question dialog box can't be close by ESC key.
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
1.5.x (obsolete)
Other All
: Normal major
: ---
Assigned To: Jiang Tao
Evolution QA team
Depends on: 242070
Blocks:
 
 
Reported: 2003-12-02 03:59 UTC by hart wang
Modified: 2013-09-10 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This patch fixes the bug by changing the response_id of button "YES" and "NO". (1.49 KB, patch)
2004-02-10 12:10 UTC, Jiang Tao
none Details | Review

Description hart wang 2003-12-02 03:59:18 UTC
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
The question dialog box can't be close by ESC key.

Steps to reproduce the problem:
1. Invoke your evolution
2. Create a new appointment
3. input some areas
4. save and close it
5. Delete it to display a question dialog

Actual Results:
After #5,the question dialog can't be closed by ESC key.

Expected Results:


How often does this happen? 


Additional Information:
Comment 1 Gerardo Marin 2004-01-15 18:38:15 UTC
Minor since you can still close with mouse or keyboard (tab).
Comment 2 Jiang Tao 2004-02-10 12:10:16 UTC
Created attachment 43307 [details] [review]
This patch fixes the bug by changing the response_id of button "YES" and "NO".
Comment 3 Jiang Tao 2004-02-10 12:29:55 UTC
This modification is pretty simple.
A button with response_id 'GTK_RESPONSE_CANCEL' will make the dialog
able to be destroyed by key ESC.
Comment 4 Gerardo Marin 2004-02-10 18:12:15 UTC
Upping to major so patch gets noticed. Cc'ing dobey since he is
working on this kind of fast fixes.
Comment 5 yuedong du 2004-02-12 10:23:12 UTC
fixed into cvs