Closed
Bug 908258
Opened 12 years ago
Closed 7 years ago
Disable app switching transitions when going from attention screen to application screen
Categories
(Firefox OS Graveyard :: Gaia::System::Window Mgmt, defect)
Firefox OS Graveyard
Gaia::System::Window Mgmt
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rik, Assigned: rik)
References
Details
(Whiteboard: [u=commsapps-user c=dialer p=4 s=v1.2-features-sprint-3][Sprint3][FT:System-Platform])
If you are on a call and you want to call someone else, launching the dialer app gives weird transitions.
3 states before answering the call:
- Dialer was the active app: no problem at the moment.
- Homescreen was the active app: problem.
- Another app was the active app: problem.
Assignee | ||
Updated•12 years ago
|
Whiteboard: [u=commsapps-user c=dialer p=4 s=v1.2-features-sprint-3][Sprint3]
Comment 1•12 years ago
|
||
It's because system rather displayed the opened attention window above the attention screen opener window.
Assignee | ||
Comment 2•12 years ago
|
||
I'm confused by the terms you are using. What do you call "opened attention window" and "attention screen opener window" in this context?
Updated•12 years ago
|
blocking-b2g: --- → koi+
Comment 3•12 years ago
|
||
(In reply to Anthony Ricaud (:rik) from comment #2)
> I'm confused by the terms you are using. What do you call "opened attention
> window" and "attention screen opener window" in this context?
Uh. Never mind. What's the proposed fix here?
Assignee | ||
Comment 4•12 years ago
|
||
I don't have one yet, I'm not familiar with the window manager yet. I think something like this should do the trick:
.attention-screen-visible .previous-app, .attention-screen-visible .next-app {
transition: none;
}
Comment 5•12 years ago
|
||
:rik,
Did you get a chance to make progress here? Poking because its a koi+ blocker.
Flags: needinfo?(anthony)
Assignee | ||
Comment 6•12 years ago
|
||
No I haven't looked at it in a while. I have other koi+ bugs that I believe are more important than this one. This one is "just" ugly (granted, very ugly).
Flags: needinfo?(anthony)
Comment 7•12 years ago
|
||
Moving it to 1.3 giving the 6 weeks post FC.
blocking-b2g: koi+ → 1.3?
Flags: needinfo?(anthony)
Updated•12 years ago
|
Component: Gaia::System → Gaia::System::Window Mgmt
Whiteboard: [u=commsapps-user c=dialer p=4 s=v1.2-features-sprint-3][Sprint3] → [u=commsapps-user c=dialer p=4 s=v1.2-features-sprint-3][Sprint3][FT:System-Platform]
Comment 8•12 years ago
|
||
Alive, is this bug something can be done in before 1.3 FC? Or this is something mentor-able by you (e.g. [mentor=alive].
If not we will remove 1.3? from this bug.
Flags: needinfo?(alive)
Comment 9•12 years ago
|
||
Does this block anything? If not let's not put this in the bucket.
blocking-b2g: 1.3? → ---
Flags: needinfo?(alive)
Updated•12 years ago
|
Depends on: attention-window
Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(anthony)
Comment 10•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•