Closed
Bug 840995
Opened 13 years ago
Closed 13 years ago
[YOUTUBE] When playing a youtube video, you don´t have any UI to pause, go back, etc.
Categories
(Firefox OS Graveyard :: Gaia::Video, defect)
Tracking
(blocking-b2g:tef+, b2g18 verified, b2g18-v1.0.1 verified)
VERIFIED
FIXED
| blocking-b2g | tef+ |
People
(Reporter: carlosmartinez, Assigned: daleharvey)
References
Details
(Keywords: regression, Whiteboard: [b2g-crash][MWCDemo2013])
Attachments
(1 file)
Tested in unagi with Gecko-70c8f2c.Gaia-ecca2ee.
STR:
1-Open browser app
2-Type youtube.com
3-Tap in a video
4-Once video preview is opened, tap in play
Expected result --> Video app is opened to play youtube video. Same UI available for local videos is displayed to pause, go back...
Actual result --> Video app is opened to play youtube video but not UI available to pause, go back...
This seems to work for me. I get the standard video player app UI with the back button top-left corner of the video.
The one thing that I think we do need to change is to offer the ability for the user to back-out of a loading video. I get a full black screen with a blue spinner that I can't exit. This is very much an issue for slow connections.
Comment 2•13 years ago
|
||
This fails for me using the Inari device, so adding keyword. Using
Gecko
Gaia ecca2ee860825547d5e1109436b50b74dfe9261e
BuildID 20130211165958
Version 18.0
Whiteboard: [b2g-crash][MWCDemo2013]
Updated•13 years ago
|
Component: Gaia::Browser → Gaia::Video
QA Contact: nhirata.bugzilla → mozillamarcia.knous
Comment 3•13 years ago
|
||
The YouTube app from Everything.me has no controls for me.
Comment 4•13 years ago
|
||
Triagers would like input from product here.
Assignee: nobody → dale
Flags: needinfo?(ffos-product)
| Assignee | ||
Comment 5•13 years ago
|
||
reproduced this, strange regression, will get it today
Comment 7•13 years ago
|
||
Can't remember what info we wanted from product and since this is a regression of a pretty important feature, we'll go ahead with blocking.
blocking-b2g: tef? → tef+
Updated•13 years ago
|
Flags: needinfo?(ffos-product)
| Assignee | ||
Comment 8•13 years ago
|
||
I missed this regression from a previous review, we knew when we split the video player out into a seperate youtube html file that is would be extremely delicate.
This fixes the current bug, but we should most definitely get these sharing html and js fairly soon.
Attachment #716355 -
Flags: review?(dflanagan)
Comment 9•13 years ago
|
||
Comment on attachment 716355 [details]
Pointer to Github
Its a simple CSS patch, and it works for me. r+
This bug is my fault. I'm the one who added the spinner and the code to hide it by setting the hidden class. I think I assumed that the style sheet had .hidden {display:none} defined somewhere. As far as I can tell, this has been broken since December or whenever I landed my youtube-related patches. Sorry!
Attachment #716355 -
Flags: review?(dflanagan) → review+
Comment 10•13 years ago
|
||
Landed in Gaia master:
https://github.com/mozilla-b2g/gaia/commit/ac45fcadb9e8067b4f24980601447ad8cf8a38c3
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 11•13 years ago
|
||
I've filed a followup bug to address Casey's point in the 2nd paragraph of comment #1. See bug 843664.
Comment 12•13 years ago
|
||
v1-train@a2ccf8e51756b5ad81b34e9d336419444007db9e
v1.0.1@f7f2b36e5d7d8d1f724ee6503160bc6ec09db474
status-b2g18:
--- → fixed
status-b2g18-v1.0.1:
--- → fixed
Updated•13 years ago
|
tracking-b2g18:
? → ---
Comment 13•13 years ago
|
||
This issue no longer reproduces on Unagi device.
Build ID: 20130313070202
Kernel Date: Dec 5
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18_v1_0_1/rev/e74dafa6b2d9
Gaia: b34e726147f8e671ad8c538b50900ccfbffcb084
When playing a youtube video, the UI is available for user to pause or go back.
Verified fixed.
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Comment 14•13 years ago
|
||
The issue also appears fixed on Unagi build ID: 20130326070204
Kernel Date: Dec 5
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/28b048ffb7a7
Gaia: ace1eb32a313da1232bbdf9cff2581a4b036356d
You need to log in
before you can comment on or make changes to this bug.
Description
•