Autoscroll does not scroll properly
Categories
(Core :: Widget: Win32, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox-esr102 | --- | unaffected |
firefox101 | --- | unaffected |
firefox102 | --- | unaffected |
firefox103 | --- | verified |
People
(Reporter: alice0775, Assigned: emilio)
References
(Regression)
Details
(Keywords: nightly-community, regression)
Attachments
(1 file)
Steps to reproduce:
- Setting text bigger to other than 100% in Ease of Access of Windows settings.
- Open any page that can be scrolled
- Middle click to start autoscroll
Actual results:
Autoscroll does not scroll properly. Scroll with wrong direction.
Expected results:
Autoscroll scrolls properly
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=cb7c4d0b946209a2a3b05cd5a35e31fadaf55135&tochange=6e1cbabce0af992a8ff5158959ac9dd69bea23a7
![]() |
Reporter | |
Updated•3 years ago
|
Comment 1•3 years ago
|
||
:emilio, since you are the author of the regressor, bug 1773342, could you take a look?
For more information, please visit auto_nag documentation.
On my Windows 10, Make text bigger
has to be ≥105% in order to reproduce the bug.
1920x1080 monitor; display scaling 100%
Assignee | ||
Comment 3•3 years ago
|
||
In bug 1773342, I made OS text zoom behave like layout full zoom on all
pages (including the main browser page).
This means that getting CSS pixels from the browser page and turning
them to LayoutDevice pixels by multiplying by GetDefaultScale() isn't
right.
However, the caller already has the right device pixel values, so just
use them.
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Comment 5•3 years ago
|
||
bugherder |
Updated•3 years ago
|
I managed to reproduce this issue on a 2022-06-11 Nightly build on Windows 10 64-bits; Verified as fixed on Firefox 103.0b6(build ID: 20220707185904) and Nightly 104.0a1(build ID: 20220707214915) on Windows 10 64-bits.
Description
•