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 upFix hittesting on HiDPI screens #21190
Conversation
…events.
highfive
commented
Jul 17, 2018
|
Heads up! This PR modifies the following files:
|
|
r? @gw3583 |
|
@bors-servo r+ |
|
|
Fix hittesting on HiDPI screens This fixes some regressions introduced in #21087 due to treating logical coordinates as physical ones without converting between them correctly. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #21168 - [x] These changes do not require tests because we do not have the ability to test embedding input yet. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21190) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
|
@bors-servo retry |
Fix hittesting on HiDPI screens This fixes some regressions introduced in #21087 due to treating logical coordinates as physical ones without converting between them correctly. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #21168 - [x] These changes do not require tests because we do not have the ability to test embedding input yet. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21190) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
|
|
|
@bors-servo retry |
|
|
|
|
jdm commentedJul 17, 2018
•
edited by SimonSapin
This fixes some regressions introduced in #21087 due to treating logical coordinates as physical ones without converting between them correctly.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is