[CSD] Popup window created by browser.windows.create loses title bar after session restore
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
People
(Reporter: gwarser, Unassigned)
Details
Attachments
(4 files)
Comment 2•6 years ago
|
||
Updated•6 years ago
|
This also happens for popups opened by window.open()
with location=0
option.
Test: https://codepen.io/anon/pen/vvQBKJ (popup opens after click).
location=0
option is blocked by default, needs to be allowed in about:config
first: dom.disable_window_open_feature.location;false
.
65 and 66 - both, drag space and window buttons are missing
64 - no drag space, window buttons displayed over content
Maybe guys from https://bugzilla.mozilla.org/show_bug.cgi?id=1283299 should look at this?
I reproduced it.
(1) Open Firefox and uBlock Origin monitoring window
(2) Close Firefox windows and next uBlock
(3) Again open Firefox with restore previous session
(4) And now uBlock has opened with but without minimize, shrink and close buttons in the upper right corner
I think this is also regression from bug 1448286 similar to bug 1481634 and bug 1564738
I tried checking this using mozregression --good 2018-03-10 --bad 2018-04-05
and was able to reduce window to [2018-03-22, 2018-03-23]
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=8bf380faae74e4921be6000496ca09d4a2c44e8d&tochange=d7b0d0e7228da9d690df6f105b865db973789c34 other builds are missing.
Description
•