GNOME Bugzilla – Bug 769733
[WK2] Meeting invitation cannot change calendar
Last modified: 2016-10-19 15:40:31 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).
"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.
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+)