Closed
Bug 864867
Opened 12 years ago
Closed 12 years ago
[Email] When mail body is larger than 4k, the fetch of the remainder of the body forgets the already-retrieved first 4k.
Categories
(Firefox OS Graveyard :: Gaia::E-Mail, defect)
Tracking
(blocking-b2g:tef+, b2g18 fixed, b2g18-v1.0.1 fixed)
RESOLVED
FIXED
blocking-b2g | tef+ |
People
(Reporter: gerard-majax, Assigned: jlal)
References
Details
(Whiteboard: QARegressExclude)
Attachments
(8 files)
On gaia master from today, d092d01, I'm getting issues with HTML rendering on some mails: parts of the mail disappears.
Reporter | ||
Updated•12 years ago
|
blocking-b2g: --- → tef?
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Comment 2•12 years ago
|
||
Reporter | ||
Comment 3•12 years ago
|
||
Reporter | ||
Comment 4•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Attachment #740913 -
Attachment description: Eurocar HTML source → Europcar HTML source
Reporter | ||
Updated•12 years ago
|
Summary: [Email] HTML rendering getting weird, eating parts of the text → [Email] Rendering getting weird, eating parts of the text
Reporter | ||
Comment 5•12 years ago
|
||
It seems it is not limited to HTML mails ... See this one. (screenshot next)
Reporter | ||
Comment 6•12 years ago
|
||
Remember this one is text only ...
Reporter | ||
Comment 7•12 years ago
|
||
Could there be some link with bug 864775 and bug 831107 ?
Reporter | ||
Comment 8•12 years ago
|
||
As being asked on IRC, this does not seems to be related to my IMAP server; I'm reproducing it also from a Gmail account with the same email. Please note that the cutting occurs roughly at the same place (delta is around 10 characters).
Are you using v1.0.1 or v1.1 code? I noticed something funny in regards to line breaks for Japanese as well : bug 862607
Can you try with code from master?
Reporter | ||
Comment 10•12 years ago
|
||
(In reply to Naoki Hirata :nhirata (please use needinfo instead of cc) from comment #9)
> Are you using v1.0.1 or v1.1 code? I noticed something funny in regards to
> line breaks for Japanese as well : bug 862607
>
> Can you try with code from master?
As stated in comment #1, I'm using master from yesterday, commit d092d01.
Reporter | ||
Updated•12 years ago
|
blocking-b2g: tef? → leo?
Comment 11•12 years ago
|
||
traige: leo+, bad html rendering problem making it difficult to read emails
blocking-b2g: leo? → leo+
Reporter | ||
Comment 12•12 years ago
|
||
(In reply to Joe Cheng [:jcheng] from comment #11)
> traige: leo+, bad html rendering problem making it difficult to read emails
Please, this is not limited to HTML rendering, it also hits plain text.
Comment 14•12 years ago
|
||
To clarify, this indeed will affect all types of e-mails. It's just that it's much more likely that HTML emails will exceed 4k in size.
Summary: [Email] Rendering getting weird, eating parts of the text → [Email] When mail body is larger than 4k, the fetch of the remainder of the body forgets the already-retrieved first 4k.
Assignee | ||
Comment 15•12 years ago
|
||
Yeah this is my fault... I will pick this up after my other tef+ bug (next 1-3 days). Not assigning myself yet.
Assignee | ||
Comment 16•12 years ago
|
||
Attachment #743300 -
Flags: review?(bugmail)
Updated•12 years ago
|
Attachment #743300 -
Flags: review?(bugmail) → review+
Comment 18•12 years ago
|
||
landed on gaia-email-libs-and-more/master:
https://github.com/mozilla-b2g/gaia-email-libs-and-more/pull/191
https://github.com/mozilla-b2g/gaia-email-libs-and-more/commit/a57ea5b43b02a9f6bc814296fe4fbede4d692c75
landed on gaia/master:
https://github.com/mozilla-b2g/gaia/pull/9471
https://github.com/mozilla-b2g/gaia/commit/5944dfb3fb724755fde23d6cccb0f1bfa218e065
Status: NEW → RESOLVED
Closed: 12 years ago
status-b2g18:
--- → affected
status-b2g18-v1.0.1:
--- → affected
Resolution: --- → FIXED
Comment 19•12 years ago
|
||
This *really* wants a tef+ uplift. Display of e-mails larger than 4k is fundamentally broken without this fix. If you don't want it on tef, please give us back our leo+.
blocking-b2g: leo+ → tef?
Updated•12 years ago
|
blocking-b2g: tef? → tef+
Comment 20•12 years ago
|
||
Uplifted 5944dfb3fb724755fde23d6cccb0f1bfa218e065 to:
v1-train: 3cb40c1c44d26d0705a3c317861174c21f3e4b2c
v1.0.1: 59d8c2e750490679765b447e43bb77a80a3f9f39
Comment 21•12 years ago
|
||
Can you please provide steps to verify this fix - as we will blackbox test from the UI?
Comment 22•12 years ago
|
||
(In reply to croesch from comment #21)
> Can you please provide steps to verify this fix - as we will blackbox test
> from the UI?
The test I described on https://bugzilla.mozilla.org/show_bug.cgi?id=857900#c8 is the same thing you would want to test here; this bug fixes a bad regression from that bug. Since that was QARegressExclude, I'll mark that on this too.
Whiteboard: QARegressExclude
You need to log in
before you can comment on or make changes to this bug.
Description
•