← Back to team overview

touch-packages team mailing list archive

[Bug 1513580] [NEW] Long message that gets split is shown in the wrong order

 

Public bug reported:

Two Messages were delivered as

TS 1 Msg 1 Part 1
TS 2 Msg 1 Part 2
TS 3 Msg 2 Part 1
TS 3 Msg 1 Part 3
TS 4 Msg 2 Part 2
TS 5 Msg 2 Part 4
TS 5 Msg 2 Part 3

The database shows them all in the correct order of arrival.
SELECT * FROM text_events ORDER BY timestamp; is correct order
SELECT * FROM text_events ORDER BY timestamp DESC; is the incorrect order

Sent from an iPhone 5s

** Affects: messaging-app (Ubuntu)
     Importance: Undecided
         Status: New

** Summary changed:

- Long message tat gets split is shown in the wrong order
+ Long message that gets split is shown in the wrong order

** Description changed:

  Two Messages were delivered as
  
- Msg 1 Part 1
- Msg 1 Part 2
- Msg 2 Part 1
- Msg 1 Part 3
- Msg 2 Part 2
- Msg 2 Part 4
- Msg 2 Part 3
+ TS 1 Msg 1 Part 1
+ TS 2 Msg 1 Part 2
+ TS 3 Msg 2 Part 1
+ TS 3 Msg 1 Part 3
+ TS 4 Msg 2 Part 2
+ TS 5 Msg 2 Part 4
+ TS 5 Msg 2 Part 3
  
  The database shows them all in the correct order of arrival.
  SELECT * FROM text_events ORDER BY timestamp; is correct order
  SELECT * FROM text_events ORDER BY timestamp DESC; is the incorrect order
+ 
+ Sent from an iPhone 5s

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1513580

Title:
  Long message that gets split is shown in the wrong order

Status in messaging-app package in Ubuntu:
  New

Bug description:
  Two Messages were delivered as

  TS 1 Msg 1 Part 1
  TS 2 Msg 1 Part 2
  TS 3 Msg 2 Part 1
  TS 3 Msg 1 Part 3
  TS 4 Msg 2 Part 2
  TS 5 Msg 2 Part 4
  TS 5 Msg 2 Part 3

  The database shows them all in the correct order of arrival.
  SELECT * FROM text_events ORDER BY timestamp; is correct order
  SELECT * FROM text_events ORDER BY timestamp DESC; is the incorrect order

  Sent from an iPhone 5s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1513580/+subscriptions


Follow ups