Closed
Bug 1790717
Opened 3 years ago
Closed 3 years ago
window.screenX doesn't work after bug 1749174
Categories
(Core :: Widget: Gtk, defect)
Core
Widget: Gtk
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox-esr102 | --- | wontfix |
| firefox104 | --- | wontfix |
| firefox105 | --- | wontfix |
| firefox106 | --- | wontfix |
People
(Reporter: gregp, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Steps to reproduce:
- Open devtools console
- Type window.screenX
Actual results:
26
Expected results:
The correct value (0, if the window is maximized, for example).
Comment 1•3 years ago
|
||
Set release status flags based on info from the regressing bug 1749174
:emilio, since you are the author of the regressor, bug 1749174, could you take a look? Also, could you set the severity field?
For more information, please visit auto_nag documentation.
status-firefox104:
--- → affected
status-firefox105:
--- → affected
status-firefox106:
--- → affected
status-firefox-esr102:
--- → affected
status-firefox-esr91:
--- → unaffected
Flags: needinfo?(emilio)
Keywords: regression
Comment 2•3 years ago
|
||
This is a well known wayland limitation. There are no screen-relative coordinates on Wayland.
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(emilio)
Resolution: --- → WONTFIX
Comment 3•3 years ago
|
||
This can/will never work on Wayland - it's based on legacy assumptions of the windowing API. So the question is just if it should always return 0 (instead of the windows decorations/shadow width). But most likely this can be closed as wont-fix.
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•