Closed
Bug 916723
Opened 12 years ago
Closed 9 years ago
[Buri][SMS]it sometimes go back to message list after edit recipient
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect, P2)
Firefox OS Graveyard
Gaia::SMS
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sync-1, Unassigned)
Details
Attachments
(2 files)
Mozilla build ID:20130902041201
DEFECT DESCRIPTION:
it sometimes go back to message list after edit recipient
Precondition:have a contact contain "10086" in contacts app.
REPRODUCING PROCEDURES:
1.Open SMS app.
2.send an SMS to "10086",click home button,open contact,edit the "10086" contact,then click home button,find sometimes it enter conversation interface,sometimes it enter message list interface--ko
EXPECTED BEHAVIOUR:
ko:enter interface behavior should be the same.
ASSOCIATE SPECIFICATION:
TEST PLAN REFERENCE:free test
TOOLS AND PLATFORMS USED:
USER IMPACT:medium
REPRODUCING RATE:3/5
For FT PR, Please list reference mobile's behavior:
Comment 5•12 years ago
|
||
This is because the app is sometimes killed in low-memory condition.
One of my plan was that before killing the app, we would save the URL of the frame, so that we could "reuse" it when the user would launch the app again. I don't know if that's doable or even desirable.
Flags: needinfo?(21)
Comment 6•12 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #5)
> This is because the app is sometimes killed in low-memory condition.
>
It sounds crazy to me. It seems like the sms app has only one message. How many contacts contains the contacts app? If this is only 1, I think we need to understand why the app is killed in background.
> One of my plan was that before killing the app, we would save the URL of the
> frame, so that we could "reuse" it when the user would launch the app again.
> I don't know if that's doable or even desirable.
This is something that we may do with Haida. If the app is killed, it will still be in your sheets history. If the app has unique urls then this url will be reloaded, or if the app has only one window but store some state in the url, then this url will be reloaded as well.
So sounds like Haida will help here, but the first issue imo is why is the contacts app killed in background, so why is there an OOM here.
Flags: needinfo?(21)
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•