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

Missing right click and double click in hybrid touch mouse mode

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 9.5.1.3, 9.6.0
    • 9.5.1.2, 9.6.0
    • Components
    • Security Level: Jimmy
    • Desktop chrome with touch enabled (using user agent string chrome/iphone for testing), but also triggers on screens touch-enabled screens on PC.

      Steps to Reproduce

      Run page from fiddle in 9.5.1.2, using user agent string for mobile while using mouse on desktop

      https://zkfiddle.org/sample/5re2qe/2-right-click-and-double-click-touch-missing

      try right click on target

      try double click on target

      Current Result

      no action

      Expected Result

      events / menu trigger

      Debug Information

      Most likely due to missing pointer events in latest fix (ZK-4835)

      from domTouch.js
      zmousedown: 'touchstart mousedown',
      zmouseup: 'touchend mouseup',
      zmousemove: 'touchmove mousemove'

      should likely include pointer events (to be tested)

      zmousedown: 'touchstart mousedown pointerdown',
      zmouseup: 'touchend mouseup pointerup',
      zmousemove: 'touchmove mousemove'
       

      Workaround

       

            rudyhuang rudyhuang
            MDuchemin MDuchemin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 1 day
                1d
                Remaining:
                Time Spent - 4 hours Remaining Estimate - 4 hours
                4h
                Logged:
                Time Spent - 4 hours Remaining Estimate - 4 hours
                4h