Closed
Bug 862268
Opened 12 years ago
Closed 12 years ago
B2G SMS: The thread list will not be refreshed correctly when receive new sms or delete old ones
Categories
(Core :: DOM: Device Interfaces, defect, P1)
Tracking
()
People
(Reporter: sync-1, Assigned: vicamo)
References
Details
(Keywords: regression, Whiteboard: [fixed-in-birch])
Attachments
(2 files, 1 obsolete file)
(deleted),
patch
|
airpingu
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
airpingu
:
review+
|
Details | Diff | Splinter Review |
AU_LINUX_GECKO_ICS_STRAWBERRY_V1.01.00.01.19.070
Firefox os v1.0.1
Mozilla build ID:20130407070205
+++ This bug was initially created as a clone of Bug #441135 +++
DEFECT DESCRIPTION:
(1)There is some old SMS(yesterday for example) from one number, and open the SMS, it will be shown in yesterday zone.
(2)Receive a new SMS from the number , and check the list, the thread will be still shown in yesterday zone,And the time is still the time for the old message. but if you open it ,you can see the new message.----NOK1
(3)KIll the message APP, then relaunch it again, that thread will be displayed in today's zone.
(4)And open the thread, delete the today's new message. Then go back to the thread list, the message is still displayed in the Today's zone,and the time shown is for the deleted today's message---- NOK2
REPRODUCING PROCEDURES:
EXPECTED BEHAVIOUR:
NOK1: it should be displayed in today's zone, and with correct time for the latest message
NOK2: it should be listed in yesterday area, and with correct time
ASSOCIATE SPECIFICATION:
TEST PLAN REFERENCE:
TOOLS AND PLATFORMS USED:
USER IMPACT:
Serious
REPRODUCING RATE:
100%
For FT PR, Please list reference mobile's behavior:
++++++++++ end of initial bug #441135 description ++++++++++
Updated•12 years ago
|
blocking-b2g: --- → tef?
Comment 1•12 years ago
|
||
Please find out which bug regressed this, and when.
Comment 2•12 years ago
|
||
I've been checking it and it seems to be a Gecko issue. When deleting a SMS from the SMS-List, Thread-List should be updated as expected. However, even killing the app and opening it again, 'getThreads' returns the 'deleted' message. I've tried with m-c and B2g18 and Im getting same result. Vicamo, could you take a look?
Updated•12 years ago
|
Assignee: fbsc → vyang
Component: Gaia::SMS → DOM: Device Interfaces
Product: Boot2Gecko → Core
Updated•12 years ago
|
QA Contact: atsai
Assignee | ||
Comment 4•12 years ago
|
||
In bug 833291, saveRecord() did not update threadRecord::lastMessageId.
https://mxr.mozilla.org/mozilla-central/source/dom/mobilemessage/src/ril/MobileMessageDatabaseService.js#894
Depends on: 833291
Assignee | ||
Comment 5•12 years ago
|
||
Assignee | ||
Comment 6•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #739004 -
Flags: review?(gene.lian)
Assignee | ||
Comment 7•12 years ago
|
||
Attachment #739005 -
Attachment is obsolete: true
Attachment #739043 -
Flags: review?(gene.lian)
Comment 8•12 years ago
|
||
We've got a patch here acknowledging what we need to fix here, so we no longer need to get a regression window here now.
Keywords: regressionwindow-wanted
Updated•12 years ago
|
Attachment #739004 -
Flags: review?(gene.lian) → review+
Updated•12 years ago
|
Attachment #739043 -
Flags: review?(gene.lian) → review+
Updated•12 years ago
|
Whiteboard: [status: has patch, has review, needs landing]
Assignee | ||
Comment 9•12 years ago
|
||
https://hg.mozilla.org/projects/birch/rev/f48a55068512
https://hg.mozilla.org/projects/birch/rev/5aac2bd2db88
Whiteboard: [status: has patch, has review, needs landing] → [fixed-in-birch]
Comment 10•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f48a55068512
https://hg.mozilla.org/mozilla-central/rev/5aac2bd2db88
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Comment 11•12 years ago
|
||
https://hg.mozilla.org/releases/mozilla-b2g18/rev/e7951efbe489
https://hg.mozilla.org/releases/mozilla-b2g18/rev/88965bc27171
This is going to need a separate b2g18_v1_0_1 patch, unfortunately :(
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → affected
status-firefox21:
--- → wontfix
status-firefox22:
--- → wontfix
status-firefox23:
--- → fixed
Assignee | ||
Comment 12•12 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #11)
> This is going to need a separate b2g18_v1_0_1 patch, unfortunately :(
Yes, and I'm verifying it. :)
Assignee | ||
Comment 13•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Summary: [Buri][SMS]The thread list will not be refreshed correctly when receive new sms or delete old ones → B2G SMS: The thread list will not be refreshed correctly when receive new sms or delete old ones
Comment 14•12 years ago
|
||
After my verified on our FF version 125. Problems still exist.
You need to log in
before you can comment on or make changes to this bug.
Description
•