Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-4239

Weird animation in Calendar

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 8.6.2
    • 7.0.0
    • Components
    • ZK 8.6.2 S1

      Steps to Reproduce

      <zk>
          <div height="500px" width="500px">
              <calendar vflex="1" hflex="1"/>
          </div>
      </zk>
      

      Click arrows to switch to the next/previous month.

      Current Result

      The height of the calendar will be shrunk.

      Expected Result

      The height of the calendar will not be shrunk.

      Debug Information

      It created a new div node for the animation.

      Workaround

      <style>
      .z-calendar-anima-inner {
          height: 100%;
      }
      </style>
      

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

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 4 hours
                4h
                Remaining:
                Remaining Estimate - 4 hours
                4h
                Logged:
                Time Spent - Not Specified
                Not Specified