GNOME Bugzilla – Bug 317290
[Publish-Calendar] Cancel setup should cancel, not continue
Last modified: 2009-07-31 13:53:13 UTC
The Free/Busy Publishing Settings dialog (can be activated by pressing [Add URL] in the Calendar and Tasks Free/Busy tab) should have the default response disabled if the form's current contents are invalid (and thus the OK button is disabled). It should be remembered that disabling the button having the default response doesn't stop the default response from happening upon pressing Enter. Alternatively, this might be a Gtk issue of gtk_dialog_set_response_sensitive not disabling the actual response.
Only when the OK is enabled, the Enter pressed takes effect. I don see any bug here. Could you please check it over ? Well the validity of the content is not checked which is a bug.
Just tested on Evolution 2.4.1: When you press Enter in the dialog (while the Name box is empty), nothing happens and the "OK" button seems rightfully disabled. However, after you press Cancel, the operation proceeds (asking you for username/password) as if you pressed OK and eventually an empty entry is added to the list.
Created commit c485a5b in evo master (2.27.6+) Interesting, still there in 2.27.5, the Cancel does almost like OK. Fixed that in the above commit.
*** Bug 329724 has been marked as a duplicate of this bug. ***