[e10s] some attributes of opened windows not directly available wrong if directly fetched after using window.open
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | wontfix |
| firefox75 | --- | fix-optional |
| firefox76 | --- | fix-optional |
People
(Reporter: aryx, Unassigned)
References
(Regression)
Details
(Keywords: regression, Whiteboard: e10s)
Attachments
(1 file, 2 obsolete files)
|
306 bytes,
text/html
|
Details |
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Comment 4•6 years ago
|
||
This is the underlying cause of bug 1007344 which caused XUL notifications to appear off-screen in many cases since it uses these screen* values before the load event. We have worked around it for now but it seems like we may want a proper fix in DOM code.
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Hi Hsin-Yi, can you please (let) triage this? Thank you!
Comment 6•6 years ago
|
||
Interesting ... I got the expected result on Release 74 but got 0 on Nightly 76.
Comment 7•6 years ago
|
||
(In reply to Hsin-Yi Tsai [:hsinyi] from comment #6)
Interesting ... I got the expected result on Release 74 but got 0 on Nightly 76.
Aha, not really expected result, it was always 115 on various release versions.
Comment 8•6 years ago
|
||
Hi Edgar, could you help us understand how complicated the fix may be? Also wonder how the solution would be for Fission-compatible.
Comment 9•6 years ago
|
||
Comment 10•6 years ago
•
|
||
(In reply to Hsin-Yi Tsai [:hsinyi] from comment #7)
(In reply to Hsin-Yi Tsai [:hsinyi] from comment #6)
Interesting ... I got the expected result on Release 74 but got 0 on Nightly 76.
Aha, not really expected result, it was always 115 on various release versions.
What I observe is that if we don't sepcify size for popup, it will use the same size as opener.
And if the popup could not be full visible on screen on specified position (left=300), then we will offset its position to make it could be full visible.
Update test with specifying the window size.
Comment 11•6 years ago
|
||
I think this issue is no longer valid,
- I could not reproduce the issue on Nightly 76, Release 74 and Release 57.
- but I could reproduce this on Rlease 54.
Here is the possible fixing,
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=035c25bef7b5e4175006e63eff10c61c2eef73f1&tochange=fe809f57bf2287bb937c3422ed03a63740b3448b
Comment 12•6 years ago
|
||
The issue is still valid as we just put a workaround in bug 1007344 for alert service windows on Windows a few weeks ago. You can backout that patch to see the issue easily on Windows. See the STR in that bug.
Updated•4 years ago
|
Updated•3 years ago
|
Updated•2 years ago
|
Description
•