Closed Bug 1090667 Opened 10 years ago Closed 6 years ago

[7715]the triangle in statusbar will show although we play video instead of music

Categories

(Firefox OS Graveyard :: Gaia::System, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(b2g-v2.2 affected, b2g-master affected)

RESOLVED WONTFIX
Tracking Status
b2g-v2.2 --- affected
b2g-master --- affected

People

(Reporter: jingmei.zhang, Unassigned)

Details

Attachments

(2 files)

STR:
1.play a video file
2.check the triangle in the satusbar

in my opinion,we could only choose to show the icon when we play music songs.but now,a video file can also make the icon to show.
the relevant codes can be find in system/js/statusbar.js
>case 'audio-channel-changed':
> this.playingActive = (evt.detail.channel === 'content');
> this.update.playing.call(this);

it says if the current channel is 'content',we would choose to show the triangle icon in the statusbar.

I do not think it is reasonable,as the case I described in the title.

could we make such a modification?
>var app = AppWindowManager.getActiveApp();
>this.playingActive = ((evt.detail.channel === 'content') && (app.name === 'Music'));
Hi Dominic,

can you help to check it?
Flags: needinfo?(dkuo)
Seems to be the same issue as bug 1069438.
https://bugzilla.mozilla.org/show_bug.cgi?id=1069438
Flags: needinfo?(dkuo)
bug 1069438 has been verified as pass.
This issue still exists on latest build of flame 2.2&3.0 and nexus5 2.2&3.0.
Rate:5/5
STR:
1.Launch music and play a song.
2.Launch video and play a video.
3.Slide down status bar.
**The play icon is displayed.

Device:Flame2.2[Affected]
Build ID               20150628002505
Gaia Revision          0179935627012dfde3ca036c9a71035be463b7ad
Gaia Date              2015-06-26 21:13:44
Gecko Revision         https://hg.mozilla.org/releases/mozilla-b2g37_v2_2/rev/35e09270da3a
Gecko Version          37.0
Device Name            flame
Firmware(Release)      4.4.2
Firmware(Incremental)  eng.cltbld.20150628.035537
Firmware Date          Sun Jun 28 03:55:48 EDT 2015
Bootloader             L1TC000118D0

Device:Nexus52.2[Affected]
Build ID               20150626162505
Gaia Revision          0179935627012dfde3ca036c9a71035be463b7ad
Gaia Date              2015-06-26 21:13:44
Gecko Revision         https://hg.mozilla.org/releases/mozilla-b2g37_v2_2/rev/330f52ef6a2d
Gecko Version          37.0
Device Name            hammerhead
Firmware(Release)      5.1
Firmware(Incremental)  eng.cltbld.20150626.195122
Firmware Date          Fri Jun 26 19:51:42 EDT 2015
Bootloader             HHZ12f

Device:N5 3.0[Affected]
Build ID               20150628160206
Gaia Revision          8a1e4ae522c121c5cacd39b20a5386ec9055db82
Gaia Date              2015-06-25 21:58:25
Gecko Revision         https://hg.mozilla.org/mozilla-central/rev/eaf4f9b45117
Gecko Version          41.0a1
Device Name            hammerhead
Firmware(Release)      5.1
Firmware(Incremental)  eng.cltbld.20150628.192615
Firmware Date          Sun Jun 28 19:26:32 EDT 2015
Bootloader             HHZ12f

Device:Flame 3.0[Affected]
Build ID               20150628160206
Gaia Revision          8a1e4ae522c121c5cacd39b20a5386ec9055db82
Gaia Date              2015-06-25 21:58:25
Gecko Revision         https://hg.mozilla.org/mozilla-central/rev/eaf4f9b45117
Gecko Version          41.0a1
Device Name            flame
Firmware(Release)      4.4.2
Firmware(Incremental)  eng.cltbld.20150628.193057
Firmware Date          Sun Jun 28 19:31:08 EDT 2015
Bootloader             L1TC000118D0
QA Whiteboard: [Low_QA]
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: