GNOME Bugzilla – Bug 704832
Event removal doesn't update week/month views properly
Last modified: 2013-11-19 13:43:05 UTC
Created attachment 250072 [details] Before Evo 3.8.3. Sometimes only the appointment summary of an event in calendar #2 is moved up after displaying calendar #1 (with an earlier appointment for that day) has been disabled. The time and then box remain at their previous place. This does not always happen. See attached screenshots.
Created attachment 250073 [details] After
*** Bug 705833 has been marked as a duplicate of this bug. ***
Created attachment 260238 [details] [review] evo patch for evolution; These was missing an update call on the 'background_item', which is used to position all parts of the event, except the text itself, which was updated properly. The change in e_week_view_layout_get_span_position() is a fix for a bug after a movement from integers for week fays to GDateWeekday enum.
Created commit 7727f42 in evo master (3.11.3+) Created commit 85a5c3c in evo gnome-3-10 (3.10.3+)