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

set content color and header color doesn't work as expected

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 3.1.2
    • 3.1.1
    • None

      Steps to Reproduce

              DefaultCalendarItem colorItem = new DefaultCalendarItem.Builder()
                      .withTitle("blue")
                      .withContent("yellow")
                      .withBegin(day1.withHour(2))
                      .withEnd(day1.withHour(4))
                      .withHeaderColor("blue")
                      .withContentColor("yellow")
                      .withSclass("colored")
                      .withZoneId(defaultZoneId)
                      .build();
              model.add(colorItem);
      

      Current Result

      doesn't render specified color on the item

      Expected Result

      render specified color on the item

        1. renderItem.zul
          0.2 kB
        2. RenderItemsComposer.java
          8 kB
        3. zkcal-120.png
          zkcal-120.png
          7 kB

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

              Created:
              Updated:
              Resolved: