Closed
Bug 992000
Opened 11 years ago
Closed 7 years ago
[Sora][video player]progress bar dot would back to the original after coming alarm
Categories
(Firefox OS Graveyard :: Gaia::Video, defect, P1)
Firefox OS Graveyard
Gaia::Video
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sync-1, Unassigned)
Details
(Keywords: regression)
Attachments
(3 files)
Firefox OS v1.3
Mozilla build ID:20140323004002
Created an attachment (id=688023)
pic
DEFECT DESCRIPTION:
Progress bar dot would back to the original after coming alarm.
REPRODUCING PROCEDURES:
1.Set one alarm;
2.Have videos in phone;
3.Launch video player;
4.Select one video to play;
5.Coming one alarm during video playing.Deal with the alarm.You would see that progress bar dot back to the original.->KO
Note:Beetle Lite FF is ok.
EXPECTED BEHAVIOUR:
The progress bar should be normal that would not back to original.
ASSOCIATE SPECIFICATION:
TEST PLAN REFERENCE:
TOOLS AND PLATFORMS USED:
USER IMPACT:
REPRODUCING RATE:5/5
we've checked the code.
In "gaia/apps/video/js/video.js", when event "visibilityChange" happens,
this function "showVideoControls(true);" is called
and then "updateVideoControlSlider" is called
but while calculating the percentage with this line:
" var percent = (dom.player.currentTime / dom.player.duration) * 100;"
the dom.player.currentTime is 0, and dom.player.duration is NaN at that time
then the progress icon stays at the left of the progress bar.
Updated•11 years ago
|
Keywords: regression
Comment 6•11 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #5)
> Can we confirm this on the Moz side?
This issue reproduces for me on the 04/16/14 1.3 build on a Buri. The white dot will move back to the beginning of the progress bar after cancelling the alarm.
Device: Buri v1.3 MOZ RIL
BuildID: 20140416004000
Gaia: 11d027ec28d8e8f09c76b35661222499e124abc8
Gecko: ab227cdd984c
Version: 28.0
Firmware Version: v1.2-device.cfg
Keywords: qawanted
QA Contact: mvaughan
Comment 7•9 years ago
|
||
link all Fire C (codename: Sora) bugs to a meta one.
Comment 8•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
•