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

zk.chrome and zk.edge return wrong value in Microsoft Edge (Chromium)

XMLWordPrintable

      Steps to Reproduce

      run zul, click button

      <zk xmlns:w="client">
      	<button label="log zk.chrome" w:onClick="zk.log(zk.chrome)"/>
      	<button label="log zk.edge" w:onClick="zk.log(zk.edge)"/>
      </zk>
      

      Current Result

      zk.chrome -> true
      zk.edge -> false

      Expected Result

      zk.chrome -> false
      zk.edge -> true

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

              Created:
              Updated:
              Resolved: