Closed
Bug 9631
Opened 25 years ago
Closed 25 years ago
sched: XUL-based specification of resizability, modality, close, min/max widgets
Categories
(Core :: XUL, enhancement, P2)
Core
XUL
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: trudelle, Assigned: law)
References
Details
(Whiteboard: all in except for "modal")
"XUL-based specification of size,title, resizability, modality." 3 days
danm 0% "Add support for a XUL-based specification of size, title,
resizability, modality...."
Reporter | ||
Comment 1•25 years ago
|
||
Mass changing all XPToolkit M9 feature 'bugs' to target as p2 for M9
Reporter | ||
Comment 2•25 years ago
|
||
Mass changing all M9 feature 'bugs' to 'enhancement severity.
Status: NEW → ASSIGNED
Summary: sched: XUL-based specification of size,title, resizability, modality. → sched: XUL-based specification of resizability, modality, close, min/max widgets
(Added close, min and max widgets, and removed size and title, which are already done.)
9327 was closed as a dup of this, and that bug was a prerequisite for 7146.
Does the fix(es) sort of referenced here include the capability to fix 7146,
too?
No, the changes envisioned to close this bug don't plan to address bug 7146.
Comment 8•25 years ago
|
||
I think this should be closed out. We don't need to be putting all of this on
the XUL window tag. People can just do it on window.open.
Whiteboard: all in except for "modal," though changes for standards compatibiltity are pending
Whiteboard: all in except for "modal," though changes for standards compatibiltity are pending → all in except for "modal"
Comment 10•25 years ago
|
||
code level fix, marking verified. reopen if i'm wrong here...
Comment 11•25 years ago
|
||
This stuff is verifiable by playing with the "features" argument in a call to JavaScript
window.open(). There's a fairly complete test case for trying out combinations of these
things in resource:/res/samples/dexopenchrome.xul .
Assignee | ||
Comment 12•25 years ago
|
||
Bug #9327 was closed as a duplicate of this one. Bug #7146 was made dependent
on that one. Unfortunately, this feature does nothing to fix bug #7146. I need
another feature flag (or something) to suppress certain dialogs getting added to
the Windows task bar.
Maybe "dependent=yes" will do the trick? The find dialog might could be made
dependent on its "parent" browser window.
Reporter | ||
Updated•25 years ago
|
Target Milestone: M9
Reporter | ||
Comment 14•25 years ago
|
||
clearing target milestone so dan can reconsider this
Reporter | ||
Updated•25 years ago
|
Comment 15•25 years ago
|
||
Well, OK. I've considered it and decided that since the "dependent" flag keeps the associated window
out of the window list, then if you don't mind using that flag, we're done. Note that currently, this is
platform-specific behaviour. On Windows, dependent windows aren't mentioned in the taskbar. On
Linux, they are. However, on my machine, Nav 4 behaves the same way (though I think I saw it
behave differently on another box using a different window manager.)
So this is a rather ill-defined bug. Does "dependent" work for you, Bill? Are we there yet?
Comment 16•25 years ago
|
||
Not getting much action. Bounce.
Assignee | ||
Comment 17•25 years ago
|
||
Sorry, this isn't my top priority so I haven't tried using "dependent=yes" for
the find dialog yet. I'll do it soon, promise!
Reporter | ||
Updated•25 years ago
|
Reporter | ||
Updated•25 years ago
|
Target Milestone: M11
Reporter | ||
Comment 18•25 years ago
|
||
Targetting M11 so this puppy has a home.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 19•25 years ago
|
||
dependent=yes works, marking FIXED.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 20•25 years ago
|
||
marking verified
You need to log in
before you can comment on or make changes to this bug.
Description
•