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

Mouseevent.movementX and movementY always 0

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.9
    • 5.8.0
    • WebEngine
    • None
    • Ubuntu 16.04
    • I362e055e6b5d6f831671604a093434373cedf19a

    Description

      The javascript Mouseevent for movement always 0.
      This is not happen on other web browser like Google Chrome or Firefox.

      <div onmousemove="myFunction(event)" onmouseout="clearCoor()"></div>
      ...
      <script>
      function myFunction(e) {
          console.log(e.movementX); //this always 0
      }
      </script>
      

      Attachments

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

        Activity

          People

            davidsz Szabolcs David
            genkigama Apin Prastya
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes