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

Double click no longer works

XMLWordPrintable

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

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes