Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upmouse hover doesn't take scroll position into account (hittest issue?) #238
Comments
Collaborator
paulrouget
commented
Mar 14, 2016
|
|
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Mar 31, 2016
In WebRender mode, we were sending two mouse move events: one with the proper coordinates and one with the wrong coordinates, because of incorrect fall-through. The script task would usually (but not always, depending on timing) ignore the first event in favor of the second event, resulting in incorrect mouse move event coordinates in most cases. Closes servo/webrender#238. Closes servo#10298.
bors-servo
added a commit
to servo/servo
that referenced
this issue
Apr 1, 2016
compositing: Send only one mouse move event if WebRender is in use. In WebRender mode, we were sending two mouse move events: one with the proper coordinates and one with the wrong coordinates, because of incorrect fall-through. The script task would usually (but not always, depending on timing) ignore the first event in favor of the second event, resulting in incorrect mouse move event coordinates in most cases. Closes servo/webrender#238. Closes #10298. r? @metajack <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10321) <!-- Reviewable:end -->
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Oct 1, 2019
…WebRender is in use (from pcwalton:webrender-mouse-move); r=glennw In WebRender mode, we were sending two mouse move events: one with the proper coordinates and one with the wrong coordinates, because of incorrect fall-through. The script task would usually (but not always, depending on timing) ignore the first event in favor of the second event, resulting in incorrect mouse move event coordinates in most cases. Closes servo/webrender#238. Closes #10298. r? metajack Source-Repo: https://github.com/servo/servo Source-Revision: 0bf0f61a56eae3e3797c73847763e6c8b882d160 UltraBlame original commit: fb6b6a657543480dfb6157732bfd6ad2b9a6f599
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Oct 1, 2019
…WebRender is in use (from pcwalton:webrender-mouse-move); r=glennw In WebRender mode, we were sending two mouse move events: one with the proper coordinates and one with the wrong coordinates, because of incorrect fall-through. The script task would usually (but not always, depending on timing) ignore the first event in favor of the second event, resulting in incorrect mouse move event coordinates in most cases. Closes servo/webrender#238. Closes #10298. r? metajack Source-Repo: https://github.com/servo/servo Source-Revision: 0bf0f61a56eae3e3797c73847763e6c8b882d160 UltraBlame original commit: fb6b6a657543480dfb6157732bfd6ad2b9a6f599
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Oct 1, 2019
…WebRender is in use (from pcwalton:webrender-mouse-move); r=glennw In WebRender mode, we were sending two mouse move events: one with the proper coordinates and one with the wrong coordinates, because of incorrect fall-through. The script task would usually (but not always, depending on timing) ignore the first event in favor of the second event, resulting in incorrect mouse move event coordinates in most cases. Closes servo/webrender#238. Closes #10298. r? metajack Source-Repo: https://github.com/servo/servo Source-Revision: 0bf0f61a56eae3e3797c73847763e6c8b882d160 UltraBlame original commit: fb6b6a657543480dfb6157732bfd6ad2b9a6f599
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
