Open
Bug 1600188
Opened 5 years ago
Updated 2 years ago
print dialog not showing events ending before 12:34 in custom data range
Categories
(Calendar :: Printing, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: kamik.sl, Unassigned)
Details
Attachments
(1 file)
78.12 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
Steps to reproduce:
Create events with end time before 12:34 PM. Open Print dialog. Select From date on this day. Event not showing.
Actual results:
events before 12:34 not showing and not print
Expected results:
show and print all events "from" and "to" custom date.
this occurs after the date picker update event in the file calendar\base\content\widgets\minimonth.xml in the line 617:
// We set the hour and minute to something highly unlikely to be the
// exact change point of DST, so timezones like America/Sao Paulo
// don't display some days twice.
aDate.setHours(12);
aDate.setMinutes(34);
aDate.setSeconds(0);
aDate.setMilliseconds(0);```
Summary: print dialog not showing events before 12:34 in custom data range → print dialog not showing events ending before 12:34 in custom data range
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•