Closed
Bug 951972
Opened 12 years ago
Closed 12 years ago
[fugu][buri][music] cannot change progress bar after long tapping on "Random Play" icon
Categories
(Firefox OS Graveyard :: Gaia::Music, defect)
Tracking
(blocking-b2g:-, b2g-v1.3 fixed)
People
(Reporter: angelc04, Assigned: squib)
Details
Attachments
(2 files)
|
833.13 KB,
video/3gpp
|
praghunath
:
approval-gaia-v1.3+
|
Details |
|
46 bytes,
text/x-github-pull-request
|
dkuo
:
review+
|
Details | Review |
This can be reproduced on both V1.2 and V1.3.
STR:
1. prepare several music in SD card
2. Launch Music and select one song to play
3. On the music play page, long tap on the "Random Play" icon
4. Try to change the progress on the process bar
--> You will notice the process cannot be changed for the first time.
Please see attached video for STR details.
v1.2 buri
Gaia 4f53ba8b3628ac311253fc28dfdf66e7ba6832de
Gecko
http://hg.mozilla.org/releases/mozilla-b2g26_v1_2/rev/129ad3c335a5
BuildID 20131217004001
Version 26.0
ro.build.version.incremental=eng.archermind.20131114.105818
v1.3 buri
Gaia 358cd74fd2b2ef5d541f71a5d53d65d6a7335424
Gecko http://hg.mozilla.org/mozilla-central/rev/f67feb33a974
BuildID 20131216040201
Version 29.0a1
ro.build.version.incremental=eng.archermind.20131114.105818
| Assignee | ||
Comment 2•12 years ago
|
||
The issue was that we were setting isContextmenu to true when long pressing on things, and it wasn't getting cleared out properly. Since we only used isContextmenu to check when the user is long pressing on the next/previous buttons (so they can fast-forward), I've changed the variable to be called isFastSeeking and fixed the handling for it.
Attachment #8359401 -
Flags: review?(dkuo)
Comment 3•12 years ago
|
||
Not a blocker for 1.3 (not a regression issue) but if the patch is r+ and seems relatively simple fix, we can look into approving for landing
Comment 4•12 years ago
|
||
Comment on attachment 8349828 [details]
STR.3gp
NOTE: Please see https://wiki.mozilla.org/Release_Management/B2G_Landing to better understand the B2G approval process and landings.
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #):
[User impact] if declined:
[Testing completed]:
[Risk to taking this patch] (and alternatives if risky):
[String changes made]:
Attachment #8349828 -
Flags: approval-gaia-v1.3?(praghunath)
Comment 5•12 years ago
|
||
Comment on attachment 8359401 [details] [review]
https://github.com/mozilla-b2g/gaia/pull/15271
Jim,
The patch looks great! and I have tested it with fingers and AVRCP headset, both works fine as before the patch applied, thanks for working on this.
Attachment #8359401 -
Flags: review?(dkuo) → review+
| Assignee | ||
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 7•12 years ago
|
||
(In reply to Hema Koka [:hema] from comment #3)
> Not a blocker for 1.3 (not a regression issue) but if the patch is r+ and
> seems relatively simple fix, we can look into approving for landing
blocking- but uplift approval will be dealt with separately.
blocking-b2g: 1.3? → -
Updated•12 years ago
|
Flags: needinfo?(squibblyflabbetydoo)
Updated•12 years ago
|
Attachment #8349828 -
Flags: approval-gaia-v1.3?(praghunath) → approval-gaia-v1.3+
| Assignee | ||
Comment 8•12 years ago
|
||
What's the needinfo for? Should I land this on 1.3 myself, or does that still happen automatically?
Flags: needinfo?(squibblyflabbetydoo)
Comment 9•12 years ago
|
||
Uplifted 8d18b1e2fd06c84a879f99f6e8ca1f104eeacb13 to:
v1.3: d30994c8a64cfcc0306c2a4e04dfe53580d9183b
status-b2g-v1.3:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•