Uploaded image for project: 'ZK Calendar'
  1. ZK Calendar
  2. ZKCAL-117

an item with the same begin time and end time is invisible

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 3.1.2
    • 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

      Workaround

      .z-calitem-inner dl

      { min-height: 29px; }

            hawk hawk
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: