Tooltips position is incorrect when zoom in on the page
Categories
(Firefox :: General, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox97 | --- | unaffected |
firefox98 | --- | unaffected |
firefox99 | --- | fixed |
People
(Reporter: nayinain, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(6 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0
Steps to reproduce:
- Zoom in
(Ctrl - +)
on the page. - Hover the mouse over Mozilla logo on this page.
Actual results:
Tooltips position is incorrect.
Comment 1•3 years ago
|
||
Set release status flags based on info from the regressing bug 1753836
Assignee | ||
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Maybe here: https://searchfox.org/mozilla-central/rev/e93d89a1690ad73d7d9920e5af961819e0d31756/docshell/base/nsDocShellTreeOwner.cpp#1109-1110
Now page full zoom affects MouseEvent::ScreenX/Y
: https://searchfox.org/mozilla-central/diff/745394808b3668607de019913d9d42886cca68bd/dom/events/Event.cpp#583-588
Other C++ callers of MouseEvent::ScreenX/Y
: https://searchfox.org/mozilla-central/search?q=symbol:_ZN7mozilla3dom10MouseEvent7ScreenXENS0_10CallerTypeE&redirect=false
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
No reason this can't live in the cpp file.
Depends on D139232
Assignee | ||
Comment 5•3 years ago
|
||
Depends on D139233
Assignee | ||
Comment 6•3 years ago
|
||
And cleanup similar code in nsXULTooltipListener. That code shouldn't
need to deal with zoom since the target and the tooltip are in the same
document.
Depends on D139234
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Comment 9•3 years ago
|
||
bugherder |
Assignee | ||
Comment 10•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Comment 11•3 years ago
|
||
Comment 12•3 years ago
|
||
Comment 13•3 years ago
|
||
bugherder |
Comment 14•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Description
•