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

Missing right click and double click in hybrid touch mouse mode

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 9.5.1.2, 9.6.0
    • Fix Version/s: 9.5.1.3, 9.6.0
    • Component/s: Components
    • Security Level: Jimmy
    • Labels:
    • Environment:

      Desktop chrome with touch enabled (using user agent string chrome/iphone for testing), but also triggers on screens touch-enabled screens on PC.

      Description

      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

       

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                Created:
                Updated:
                Resolved:

                  Time Tracking

                  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