Closed
Bug 370134
Opened 18 years ago
Closed 9 years ago
getZOrderDOMWindowEnumerator doesn't work on OS/2
Categories
(Core Graveyard :: Widget: OS/2, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mozilla, Assigned: mkaply)
Details
As I just noticed in Bug 366242 getZOrderDOMWindowEnumerator does not return a usable window list on OS/2. This seems to be similar to Bug 156333 which is marked as a Linux/GTK problem. I have no clue so far where the fault may lie but probably somewhere in widget.
If this gets fixed the BROKEN_WM_Z_ORDER define can be removed from browser/components/nsBrowserContentHandler.js for OS/2.
Reporter | ||
Comment 1•18 years ago
|
||
Just a note to whoever will find time to investigate this: the function to start looking at seems to be nsWindowMediator::GetZOrderDOMWindowEnumerator() in xpfe/appshell/src/nsWindowMediator.cpp (still seems to be used even for Toolkit apps) that in turn makes use of the nsASDOMWindowFrontToBackEnumerator class from xpfe/appshell/src/nsAppShellWindowEnumerator.cpp.
Updated•10 years ago
|
Product: Core → Core Graveyard
Assignee | ||
Comment 2•9 years ago
|
||
OS/2 is no longer in the tree.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•