The new WebRTC indicator is resizable on Linux
Categories
(Firefox :: Site Permissions, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox79 | --- | verified |
People
(Reporter: mconley, Assigned: mconley)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
It shouldn't be resizable. Not sure if this should actually be under Widget::Gtk.
Assignee | ||
Comment 1•5 years ago
|
||
Hey mstransky. The WebRTC indicator is not supposed to be resizable. The Picture-in-Picture window is (it has a "resizable" feature set on it), but the resizable feature isn't set on the WebRTC indicator.
What's the right place to hook into gtk/nsWindow.cpp to express that this window should not be resizable?
I see Windows already use that:
co we can copy the logic somehow to Gtk. I'll look at it.
Mike, may we set size constrains to the indicator window? We should sey both min/max size to the same values. I don't know how to disable the resize on gtk level without regression.
Assignee | ||
Comment 4•5 years ago
|
||
Yep, I think we can do that on the front-end. Thanks for looking into this!
Assignee | ||
Comment 5•5 years ago
|
||
Comment 7•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 8•5 years ago
|
||
Hello! I have managed to reproduce the issue on Linux 18.04 LTS with Firefox Nightly 79.0a1 (2020-06-10). I can confirm that the issue is fixed on Fx Nightly 79.0a1 (2020-06-17), Firefox 79.0 and on Fx Nightly 81.0a1 (2020-08-14).
Description
•