Closed
Bug 61928
Opened 25 years ago
Closed 24 years ago
[RFE] minimise (maximise, restore ) functions
Categories
(Core :: XUL, enhancement, P3)
Tracking
()
Future
People
(Reporter: rvj, Assigned: danm.moz)
Details
Seems that one or more (javascript?) functions should be available for mimicing
the standard window resizing buttons given that XUL based apps may not want to
display the system supplied title bar (titlebar=no)
1. window.minimise()
2. window.restore()
3. window.maximise()
I realise that the last two can be perform by ResizeTo however I am not sure of
the XP implications. e.g. In Windows the task bar affects the available window
area.
Certainly I can find no locale independent means of minimising a window
through code.
Comment 1•25 years ago
|
||
->danm for consideration
Assignee: trudelle → danm
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: [RFE] minimise (maximise, restore ) functions → [RFE] minimise (maximise, restore ) functions
We do need to add this functionality to support windows without OS chrome.
We've even coded it up a couple of times and lost the patch through various
catastrophes. Not sure what milestone to put this under...
Status: NEW → ASSIGNED
please note I filed a related RFE to remove the system menu available via by
right click 65173
Comment 5•24 years ago
|
||
This bug appears to depend on bug 30529, which hasn't seen attention for over a
year, and with pavlov working on Libpr0n....
Also, rvj@rolemodels.net mentioned bug 65173 as RFE for removal of system menu,
though that bug is about SSL/TLS, maybe a type
Depends on: 30529
BTW
It looks like I had a typo with my reference to the system menu RFE
It looks like it should have been 61573 (suppression of system menu)
Apologies
Comment 7•24 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
*** This bug has been marked as a duplicate of 30529 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
No longer depends on: 30529
Resolution: --- → DUPLICATE
To me it does not appear to be duplicate of bug 30529.
It depends on it.
If it was a duplicate then today we should have the corresponding JavaScript
functions to perform the window functions.
I can't see that.
1. window.minimise()
2. window.restore()
3. window.maximise()
???
Comment 10•24 years ago
|
||
Okay, so, indeed this was requesting that these be made available from
script in web content. The other bug did implement these methods, but
only made them available to chrome, and not to web content. Statements
in the other bug made it very clear that the module owner and others were
not going to ever make these available to web content.
This bug could be reopened as 'not a duplicate', but its fate at that point
would be either 'wontfix' or 'future, as in never'. Sorry.
Status: RESOLVED → VERIFIED
Comment 11•23 years ago
|
||
[RFE] is deprecated in favor of severity: enhancement. They have the same meaning.
Severity: normal → enhancement
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•