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

setDays() renders date header elements differently from the default mold

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 3.2.0
    • 3.1.1
    • Security Level: Jimmy
    • None

      Steps to Reproduce

          <button label="setday 5" onClick='cal.setDays(5)'/>
          <calendars id="cal" height="90%" days="1"
                     width="800px" mold="default"/>
      
      1. click the button
      2. check .z-calendars-day-of-week-cnt with developer tool

      Current Result

      1st day: render a DIV

      <div class="z-calendars-day-of-week-cnt">...</div>
      

      after 2nd day: render a SPAN

      <span class="z-calendars-day-of-week-cnt">...</span>
      

      Expected Result

      render them consistently

      Debug Information

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

              Created:
              Updated:
              Resolved: