Closed
Bug 1736068
Opened 4 years ago
Closed 4 years ago
[Linux] Switch eWindowType_child to eWindowType_popup
Categories
(Core :: Widget: Gtk, task, P3)
Core
Widget: Gtk
Tracking
()
RESOLVED
FIXED
95 Branch
| Tracking | Status | |
|---|---|---|
| firefox95 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
Details
Attachments
(1 file)
eWindowType_child type is outdated on Linux and should not be used. Let's use popup types instead with proper config.
| Assignee | ||
Updated•4 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 1•4 years ago
|
||
eWindowType_child type is outdated on Linux and should not be used. It uses widget hierarchy based on GdkWindow and has its limitations.
Let's use popup types instead with proper config and widget hierarchy.
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
Pushed by stransky@redhat.com:
https://hg.mozilla.org/integration/autoland/rev/20bebe9b0129
[Linux] Switch eWindowType_child to eWindowType_popup r=emilio
Comment 5•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•