-
Notifications
You must be signed in to change notification settings - Fork 9
Whole-day-events are shown at the wrong day in calendar indicator #88
Comments
But this is about the date-time-indicator...?!? Sure you don't want to move it here: https://github.com/ubports/indicator-datetime? ah issues disabled there... so mhmm... |
This seems to be intended... it displays the upcoming events only... (from the day after the day you tapped on) |
But I don't like having this issue here... @Flohack74 please put it back to where you picked it up from... ^^ |
I dont get that intention. I have a calendar and see dots on some days that represent events. If I want to know what that is, I tap on that day. But nothing is shown there. So I always need to tap the day before that day to see its events. That idea is weird. Btw, this works fine if the event has defined hours. |
Looking at the code I think the problem is that midnight is the exclusive limit, but should be the inclusive limit. Whole-day-events start at midnight and should be included in that day. |
Oh yes, you're right! |
I can confirm this and have to add: If its a multiple full day event, there is only one dot displayed on the first day. Don't know if thats intended... |
Confirmed. |
FWIW, this was also reported on Launchpad already, with some more useful info, at https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1261191 |
From @jonnius on May 24, 2018 10:9
Steps to reproduce
Create a event for a whole day. Open the calendar indicator (swipe from the top). Tap at the day you created the event for.
Expected behavior
The event is displayed in the list beneath the calendar.
Actual behavior
The event is not displayed in the list beneath the calendar. But if you tap one of the days before, it gets displayed in the event list. Another detail: 0.00 is shown as the time of the event. Imho it would be better not to show any time at all or maybe something indicating it is a whole-day-event.
Logfiles and additional information
The dot indicating the event is shown at the right day.
Copied from original issue: ubports/ubuntu-touch#628
The text was updated successfully, but these errors were encountered: