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 769733 - [WK2] Meeting invitation cannot change calendar
[WK2] Meeting invitation cannot change calendar
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
3.21.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2016-08-11 08:50 UTC by Milan Crha
Modified: 2016-10-19 15:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Milan Crha 2016-08-11 08:50:49 UTC
View a mail with a meeting invitation. When the calendar with the meeting is not found, the Calendar combo cannot be change to a different calendar.

Also noticed that "Send reply to the sender" doesn't look like a checkbox (the "checking" rectangle is missing).
Comment 1 Sebastian Schlatow 2016-10-19 14:18:27 UTC
"View a mail with a meeting invitation. When the calendar with the meeting is not found, the Calendar combo cannot be change to a different calendar."

I can confirm that.
Comment 2 Milan Crha 2016-10-19 15:40:31 UTC
Turned out it was a typo in the code ('enabled' versus '!enabled'). Then I realized that the combo content is a mess, each calendar had its own group, instead of having calendars of one type in one group. Thus that's fixed too.

With respect of the checkbox appearance, I was able to reproduce similar failure in the WebKit2's MiniBrowser, thus it's a problem of the WebKitGTK+.

Created commit 55e2ec4 in evo master (3.23.1+)
Created commit e8005a3 in evo gnome-3-22 (3.22.2+)