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

tablet-ui disabled applies only partially

XMLWordPrintable

      Steps to Reproduce

      run the code on a touch device (or in chrome touch emulation)

      <?import org.zkoss.lang.Library?>
      <zk>
          <zscript>
              Library.setProperty("org.zkoss.zkmax.tablet.ui.disabled", "true");
          </zscript>
          <datebox onChange="System.out.println(event)"/>
      </zk>
      

      Open the datebox

      Current Result

      the touch styles are not added to the page -> OK
      the touch scripts are still loaded rendering the touch molds without the styles -> NOT OK

      Expected Result

      org.zkoss.zkmax.tablet.ui.disabled=true should control both css and related js files simultaneously

      Debug Information

      side effect of ZK-4451 (ipadOS support)

      Workaround


            Leon03 Leon03
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            2 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