-
Bug
-
Resolution: Fixed
-
Normal
-
3.1.1
-
Security Level: Jimmy
-
None
Steps to Reproduce
add an item whose begin time equals its end time, e.g. 1:00~1:00
LocalDateTime day6 = day1.plusDays(5); DefaultCalendarItem instantItem = new DefaultCalendarItem.Builder() .withBegin(day6) .withEnd(day6) .withSclass("instant") .withZoneId(defaultZoneId) .build();
Current Result
that item is invisible on default mold
Expected Result
it's visible
Debug Information
- implemented by
ZKCAL-67
Workaround
.z-calitem-inner dl
{ min-height: 29px; }- duplicates
-
ZKCAL-67 CalendarEvent can accept that beingDate and endDate are the same time
- Closed