Open
Bug 1801599
Opened 2 years ago
Updated 2 years ago
Most nsIBaseWindow::GetVisibility implementations always return true.
Categories
(Core :: Widget, defect, P5)
Core
Widget
Tracking
()
UNCONFIRMED
People
(Reporter: matc.pub, Unassigned)
Details
Steps to reproduce:
Only nsDocShell
properly implements nsIBaseWindow::Set/GetVisibility
. AppWindow
and BrowserChild
pretend to always be visible. There are also only SetVisibility(true)
and no SetVisibility(false)
callers.
Comment hidden (off-topic) |
Updated•2 years ago
|
Component: Untriaged → Widget
Product: Firefox → Core
Version: Trunk → unspecified
Updated•2 years ago
|
Flags: needinfo?(matc.pub)
Comment 2•2 years ago
|
||
The severity field is not set for this bug.
:spohl, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(spohl.mozilla.bugs)
Updated•2 years ago
|
Severity: -- → S4
Flags: needinfo?(spohl.mozilla.bugs)
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•