Closed
Bug 887614
Opened 11 years ago
Closed 11 years ago
Attachments in composer must show size
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: gnarf, Assigned: gnarf)
References
Details
(Keywords: regression)
Attachments
(2 obsolete files)
Per https://bugzilla.mozilla.org/show_bug.cgi?id=873758#c28:
The size is no longer displayed on attachments in the Composer
Flags: needinfo?(dietrich)
Assignee | ||
Comment 1•11 years ago
|
||
* Something sanitizes the <body> tag on the device, so switch to putting the container classes on a div
Attachment #768128 -
Flags: review?(felash)
Comment 2•11 years ago
|
||
kaze, do you have an idea of what could be stripping the <head> </head> <body> and </body> tags from https://github.com/mozilla-b2g/gaia/blob/master/apps/sms/index.html#L280-294 at build time ?
It's easy to check in profile/webapps/sms.gaiamobile.org/application.zip that it's being removed, and I'd really want to find the cause reason rather than working around this.
Updated•11 years ago
|
Flags: needinfo?(kaze)
Comment 3•11 years ago
|
||
This might be the culprit:
https://github.com/mozilla-b2g/gaia/commit/53eea8a3da5ae1de3de471a0b1d48aafdd7e81ce
Flags: needinfo?(kaze)
Comment 5•11 years ago
|
||
https://github.com/mozilla-b2g/gaia/pull/10665
This fixes the issue caused by bug 873758, but maybe we should just backout it instead.
Attachment #768219 -
Flags: review?(felash)
Comment 6•11 years ago
|
||
I just had a talk with Anthony, he’s going to back-out his patch and re-open bug 873758.
Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 768128 [details]
patch v1
This was just a work around that won't be needed now.
Attachment #768128 -
Attachment is obsolete: true
Attachment #768128 -
Flags: review?(felash)
Comment 8•11 years ago
|
||
This was backed out so closing. Sorry for this.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: needinfo?(dietrich)
Resolution: --- → FIXED
Updated•11 years ago
|
Attachment #768219 -
Attachment is obsolete: true
Attachment #768219 -
Flags: review?(felash)
Assignee | ||
Updated•11 years ago
|
blocking-b2g: leo? → ---
Comment 10•11 years ago
|
||
Size is shown when attaching a file.
Verified with unagi device 06/28 build:
Gecko-db60841
Gaia-508cfc8
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•