Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-93070

Double click no longer works

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • 5.15.3
    • Core: Event loop
    • None
    • WebAssembly

    Description

      With Webassembly the double click event no longer works since 5.15.3.
      We could fix this by changing:
      src/plugins/platforms/wasm/qwasmeventtranslator.cpp
      QWasmEventTranslator::processMouse
      getTimestamp() back into using timestamp (in line 679 created with emscripten_date_now).
      It seems the two types of timestamps diverge:
      timestamp=1.61918e+12 vs getTimestamp=350019379

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              lpotter Lorn Potter
              alexj Alexander Jährling
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes