Closed
Bug 19255
Opened 25 years ago
Closed 24 years ago
dependent and modal window behaviour is broken
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: danm.moz, Assigned: danm.moz)
References
Details
This looks like damage from superwin's change of GtkWidgets to GtkObjects. Among other things,
dependent windows are never made transient (see the end of nsWindow::CreateNative) because
a GTK_IS_WIDGET check is failing.
Updated•25 years ago
|
Whiteboard: needs pavlov triage
Comment 1•25 years ago
|
||
Pav, you're gonna hafta triage this one, cuz I dunno from GtkObjects
Comment 2•25 years ago
|
||
Is this bug: modal dialogs aren't in front of other windows?
If so, we should up the priority here.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Whiteboard: needs pavlov triage
Target Milestone: M13
Updated•25 years ago
|
Target Milestone: M13 → M15
Yup. This bug means that modal windows won't force themselves in front of the
window they're modal to. The user can trivially switch back and forth between
them.
*** Bug 27117 has been marked as a duplicate of this bug. ***
Comment 5•25 years ago
|
||
spam: added self to cc list.
Comment 7•25 years ago
|
||
This bug is still present in my nightly (3/31/00) CVS build. Added myself to
cc.
Comment 10•25 years ago
|
||
dan -- i've fixed the gtk code to make the windows transient. when creating a
dialog I don't get a parent passed in to me so it doesn't get made transient.
Could you look at this?
Assignee: pavlov → danm
Status: ASSIGNED → NEW
Comment 12•24 years ago
|
||
mass-moving all bugs to m21 that are not dofood+, or nsbeta2+
Target Milestone: M18 → M21
Assignee | ||
Comment 13•24 years ago
|
||
Recent builds on Linux have had wonderfully modal windows, if modal windows can
be wonderful. Some unnamed benefactor must have snuck a fix in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 14•22 years ago
|
||
mass-verifying WorksForMe bugs which haven't changed since 2001.12.31.
set your search string in mail to "EmperorLondoMollari" to filter out these
messages.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•