Closed
Bug 870708
Opened 12 years ago
Closed 11 years ago
[system] implement appWindow.open + appWindow.close transition function
Categories
(Firefox OS Graveyard :: Gaia::System::Window Mgmt, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 907013
People
(Reporter: alive, Assigned: alive)
References
Details
I feel that we are all day long fixing the bugs/regressions happens in WM,
between open and close transition.
It's time to end this, and the thought in my mind now is:
1. Remove all openWindow/closeWindow/windowOpened/windowClosed in WM.
2. Enhance app_window class to have:
a) appWindow.open()
b) appWindow.close()
3. Do what-ever dirty thing in appWindow.open/close instead of Window Manager.
Leave WindowManager really controls the timing to open or close but don't control how detail the appWindow should open/close.
Assignee | ||
Updated•12 years ago
|
Updated•11 years ago
|
Component: Gaia::System → Gaia::System::Window Mgmt
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•