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

Datebox constraint="no future" allowed tomorrow in IE9

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 8.5.1.2, 8.6.1
    • Browser Issue
    • None

      Steps to Reproduce

      http://zkfiddle.org/sample/2fc195m/1-no-future
      open fiddle in IE9
      click the datebox button
      select tomorrow
      (found this bug in 2019/06/05 but test again in 2019/06/11 it works fine)

      Current Result

      you can select tomorrow and blur, the no future message will not popup

      Expected feature Result

      you should not able to select tomorrow

      Debug Info

      new Date(Date.UTC.apply(null, param)) return different sesult in IE9
      try this code in browser's console
      new Date(1559692800000)

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

              Created:
              Updated: