Closed
Bug 846052
Opened 13 years ago
Closed 13 years ago
Cannot access video list from playback while in call
Categories
(Firefox OS Graveyard :: Gaia::Video, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: diego, Unassigned)
References
Details
1. Receive a call
2. Goto Videos app.
3. Start Video playback.
4. Observe that the header space where the video name and the back option should be available is overlapped by the call number.
Comment 1•13 years ago
|
||
Sounds like a fullscreen issue. How do Gallery and Camera do while on a call? They're also fullscreen, but don't have title bars and back buttons.
I'm guessing that the video app and system app (which I assume is displaying the number) are both behaving exactly as designed, but that no designer took this particular interaction into account.
Diego: what do you think ought to happen here? Not display the call number when an app enters fullscreen mode?
Comment 2•13 years ago
|
||
I think we need UX confirm to make attention screen bar to overwrite fullscreen app or not here.
It's an undefined behavior but I recalled there was an issue like this before...
| Reporter | ||
Comment 3•13 years ago
|
||
Both Gallery and Camera do some adjustments while in a call.
The Gallery's offsets its content to be below the call status bar.
The Camera adjusts its "recent vids and pics" strip to be below the call status bar.
I guess the Video app could do the same with its nav bar.
Comment 4•13 years ago
|
||
I think I know what happens...
David, that's because video app is using mozRequestFullScreen instead of fullscreen: true in manifest. So fix bug 842898 should also fix this.
But the long term we should define if attention bar needs to be upon fullscreen-ed app by calling mozRequestFullScreen.
Comment 5•13 years ago
|
||
Fixed in bug 842898.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•