Closed
Bug 877998
Opened 12 years ago
Closed 12 years ago
[Buri][SMS]Have checked the message information, prompt on notification bar will not disappear
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect, P1)
Tracking
(blocking-b2g:leo+)
RESOLVED
DUPLICATE
of bug 855165
| blocking-b2g | leo+ |
People
(Reporter: sync-1, Unassigned)
Details
AU_LINUX_GECKO_ICS_STRAWBERRY_V1.01.00.01.019.121
Firefox os v1.0.1
Mozilla build ID:20130527070203
DEFECT DESCRIPTION:
Have checked the message information, prompt on notification bar will not disappear
REPRODUCING PROCEDURES:
1.When receive one new sms
2.it will show prompt on notification bar
3.enter the SMS directly,Not through the notification bar
4.check the new message
5.And the new sms prompt still exist,not disappear---KO
6.we must tap this prompt on notificaton,the indicator only disappear.--KO
EXPECTED BEHAVIOUR:
When the new sms have been read, the prompt indicator should disappear.
The version 12B cannot exist this PR.
ASSOCIATE SPECIFICATION:
TEST PLAN REFERENCE:
TOOLS AND PLATFORMS USED:
USER IMPACT:
medium
REPRODUCING RATE:
5/5
For FT PR, Please list reference mobile's behavior:
Updated•12 years ago
|
blocking-b2g: leo? → leo+
Comment 2•12 years ago
|
||
The notification message shows in just about 3~5 seconds before disappear, no matter the source of messages. It's just a small period of time and I think is's a reasonable behavior. So I'm not sure.. do you mean we should clean notifications right after user enters SMS app? Or, you mean the notification doesn't disappear for a long time?
Comment 3•12 years ago
|
||
Leo is talking about the notification in the notification panel.
Currently we're supposed to remove the notifications for an app in the following cases:
1. when we display an app when clicking the notification this either launches it or displays it if it was already launched)
2. when we display an app using its icon (this either launches it or displays it if it was already launched)
3. when the app is displayed when we unlock the phone
If one of these cases doesn't work, it's a bug. If other cases don't work, then it's 1.2 work be cause we don't have the necessary gecko support.
FWIW I think I've seen the bug too. qawanted to know which of these cases is failing.
Comment 4•12 years ago
|
||
The issue does not reproduce on latest 6/17 Buri build
- SMS notification disappears from the status bar as soon as the SMS app has been launched from the homescreen
STR:
1) receive an SMS on Test device
=> new SMS notification received, notifications number in the status bar increased 1 up
2) open SMS app from the homescreen
=> notifications number dropped 1 down
3) pull down the notifications bar
=> no SMS notification is displayed
Test device info:
Buri
Gecko http://hg.mozilla.org/releases/mozilla-b2g18/rev/f1b84d841ced
Gaia 9dd0acc74c8e04218749917c85367a8080fa3cb1
Build 21030617070209
Version 18.1
Keywords: qawanted
(In reply to KM Lee [:rexboy] from comment #2)
> The notification message shows in just about 3~5 seconds before disappear,
> no matter the source of messages. It's just a small period of time and I
> think is's a reasonable behavior. So I'm not sure.. do you mean we should
> clean notifications right after user enters SMS app? Or, you mean the
> notification doesn't disappear for a long time?
I just mean when you tap the relative new message in the messages list ( which is notificated in the status bar). The notification in the status bar never disappear no matter how long you wait.
(In reply to Julien Wajsberg [:julienw] from comment #3)
> Leo is talking about the notification in the notification panel.
>
> Currently we're supposed to remove the notifications for an app in the
> following cases:
>
> 1. when we display an app when clicking the notification this either
> launches it or displays it if it was already launched)
> 2. when we display an app using its icon (this either launches it or
> displays it if it was already launched)
> 3. when the app is displayed when we unlock the phone
>
> If one of these cases doesn't work, it's a bug. If other cases don't work,
> then it's 1.2 work be cause we don't have the necessary gecko support.
>
> FWIW I think I've seen the bug too. qawanted to know which of these cases is
> failing.
I think sms is differnt from other apps. Because every new message with different numbers are notified in status bar and remove from status bar separately. So we should treat every message's notification with the ways you mentioned above but sms app as a whole.
Comment 7•12 years ago
|
||
(In reply to 田旻 from comment #6)
> I think sms is differnt from other apps. Because every new message with
> different numbers are notified in status bar and remove from status bar
> separately. So we should treat every message's notification with the ways
> you mentioned above but sms app as a whole.
You're right, in theory. But currently we do not remove from status bar separately, because we can't do that with the notification API we have in 1.1. We'll do it in 1.2 because we'll have the new Notification API that let us do that in that version.
Marking qawanted because all cases were not tested in comment 4. Please see comment 3 to see all use cases. Remember to test all cases with the Sms app unstarted (eg killed) and already started. I'll try to test this myself when I'll have another phone.
Keywords: qawanted
Comment 8•12 years ago
|
||
Julien,
I retested this by your comment, was able to reproduce the issue for case 3, cases 1 and 2 seem to work fine to me
1. when we display an app when clicking the notification this either launches it or displays it if it was already launched)
- SMS notification disappears from the status bar when the user launches SMS app from the notification
2. when we display an app using its icon (this either launches it or displays it if it was already launched)
- SMS notification disappears from the status bar when the user launches SMS app by tapping its icon on the homescreen
3. when the app is displayed when we unlock the phone
- SMS notification still displays in the bar when the app is displayed and the user unlocks the phone
Tested both scenarios, when SMS was unstarted and when it was already started,
Please let me know if I can help with anything else
Test device info:
Buri
Gecko http://hg.mozilla.org/releases/mozilla-b2g18/rev/bb6c9375f53b
Gaia d85d73e50a82cc665d862a93aa7ab34ec0f861ba
Build 20130607070208
RIL 01.01.00.019.117
Keywords: qawanted
Comment 9•12 years ago
|
||
ok, thanks a lot.
Case 3 was supposed to be fixed by bug 868816. But I've just seen that the gaia part of that bug hasn't been uplifted to v1.1 yet. Will do this tomorrow.
Otherwise, this bug is just Bug 855165, I'll dupe to it.
Thanks all !
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Comment 10•12 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #9)
> ok, thanks a lot.
>
> Case 3 was supposed to be fixed by bug 868816. But I've just seen that the
> gaia part of that bug hasn't been uplifted to v1.1 yet. Will do this
> tomorrow.
>
> Otherwise, this bug is just Bug 855165, I'll dupe to it.
>
> Thanks all !
>
> *** This bug has been marked as a duplicate of bug 855165 ***
But in my opinion, although bug#855165 is similar with bug#877998, they are different. Bug#855165 is a situation when user has been in the sms message list UI (there is no need to open the app again since it's already display). After user tap the new message in the sms message list (which also notified in the status bar), the notification in the status bar never disappear.
On the other hand, bug#877998 is a situation when user isn't in this app. That is to say, user need to open or launch this sms app,which is same as case 2. After read the new message in this app, the notification in the status bar never disappear either!
Thus please have a more careful check.
Comment 11•12 years ago
|
||
If the user launches the app, all the notifications for this app should go away as soon as the app launches, with the current code (except the case in Bug 868816 which I'll uplift soon). So I don't understand how you end up with this issue. Maybe a video could help ?
Thanks !
Comment 12•12 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #11)
> If the user launches the app, all the notifications for this app should go
> away as soon as the app launches, with the current code (except the case in
> Bug 868816 which I'll uplift soon). So I don't understand how you end up
> with this issue. Maybe a video could help ?
>
> Thanks !
In this bug#877998, notifications in the status bar are never disappear after user launches the sms app from the SMS icon.
Comment 13•12 years ago
|
||
Please, I need detailed steps to reproduce, because I don't reproduce this in my setup (and neither QA in comment 8).
Comment 14•12 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #13)
> Please, I need detailed steps to reproduce, because I don't reproduce this
> in my setup (and neither QA in comment 8).
Which version do you use to reproduce this problem?
The version I use is:
AU_LINUX_GECKO_ICS_STRAWBERRY_V1.01.00.01.019.131
Firefox os v1.0.1,
Mozilla build ID:20130606070202
Comment 15•12 years ago
|
||
AFAIK we won't fix this on 1.0.1.
Please request tef+ on this bug if we need this for 1.0.1, but I doubt we'll do it because this probably involves ad hoc patches.
Comment 16•12 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #15)
> AFAIK we won't fix this on 1.0.1.
>
> Please request tef+ on this bug if we need this for 1.0.1, but I doubt we'll
> do it because this probably involves ad hoc patches.
Ok, now I don't have a leo veriosn. However ,I will test it on leo version when I have.
Comment 17•12 years ago
|
||
I have test with the version as follow:
SW171
AU_LINUX_GECKO_ICS_STRAWBERRY.01.01.00.019.152
Firefox os v1.1
Mozilla build ID:20130702230206.
But the problem still exists.
You need to log in
before you can comment on or make changes to this bug.
Description
•