Closed
Bug 450953
Opened 16 years ago
Closed 5 years ago
allow to retrieve/restore the Space a window is displayed in
Categories
(Core :: Widget: Cocoa, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 440895
People
(Reporter: zeniko, Unassigned)
References
Details
(Whiteboard: tpi:+)
If this is about Gecko 1.9.0/Firefox 3.0 or newer, it belongs in Widget:Cocoa.
Component: Widget: Mac → Widget: Cocoa
QA Contact: mac → cocoa
Comment 3•16 years ago
|
||
Looks like there's no public API for this
http://cocoadev.com/forums/comments.php?DiscussionID=284. See last comment from
Tony Arnold.
Comment 4•14 years ago
|
||
For a bit, I had a patch with this working.
The main thing blocking me was trying to determine how many Workspaces were actually in use, (so as to not restore windows to a Space that is not visible to the user because this is possible with the API).
Taking another look at the undocumented-goodness, it seems you can determine the number of workspaces:
http://code.google.com/p/undocumented-goodness/source/browse/trunk/CoreDock/CoreDockPrivate.h
Comment 5•9 years ago
|
||
triage: This still gathers windows from all Spaces to the Space startup window is in.
Whiteboard: tpi:3
Updated•9 years ago
|
Priority: -- → P2
Whiteboard: tpi:3 → tpi:+
Updated•8 years ago
|
Priority: P2 → P3
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•