Closed
Bug 967878
Opened 11 years ago
Closed 11 years ago
[Messages] Background doesn't scroll with the threads causing expensive over-invalidation
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect, P1)
Firefox OS Graveyard
Gaia::SMS
Tracking
(blocking-b2g:1.3+, b2g-v1.3 fixed, b2g-v1.4 fixed)
People
(Reporter: vingtetun, Assigned: vingtetun)
References
Details
(Keywords: perf, Whiteboard: [c=handeye p= s=2014.02.14 u=1.3] [ETA=2/7])
Attachments
(1 file)
(deleted),
patch
|
julienw
:
review+
BenWa
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #967274 +++
This is the same issue as bug 950250 but for the Messages app. See that bug for more details
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → 21
OS: Mac OS X → All
Hardware: x86 → All
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8370385 -
Flags: review?(felash)
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8370385 [details] [diff] [review]
bug967878.patch
Benoit I think I understood what you were looking for but I'm asking r? just to make sure.
Attachment #8370385 -
Flags: review?(bgirard)
Updated•11 years ago
|
Attachment #8370385 -
Flags: review?(bgirard) → review+
Comment 3•11 years ago
|
||
Interesting—this seems like a platform issue.
Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Rick Waldron [:rwaldron] from comment #3)
> Interesting—this seems like a platform issue.
It's because of how CSS is spec'ed. GFX/layout folks are thinking of doing an optimization in the platform but it is too short for 1.3.
Assignee | ||
Comment 6•11 years ago
|
||
I guess this is a 1.3 blocker. This is also a very safe patch.
blocking-b2g: --- → 1.3+
Comment 7•11 years ago
|
||
Comment on attachment 8370385 [details] [diff] [review]
bug967878.patch
Review of attachment 8370385 [details] [diff] [review]:
-----------------------------------------------------------------
I'm not saying I understand everything, but well, I do see the effect.
::: apps/sms/style/sms.css
@@ +123,4 @@
> }
>
> #threads-container[data-type="list"] ul {
> + background-color: white;
I think we need a small comment explaining why we're adding this, with either a gecko bug # if you have it, or this bug #
Attachment #8370385 -
Flags: review?(felash) → review+
Updated•11 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Updated•11 years ago
|
Whiteboard: [c=handeye 1=2 s= u=][ETA=2/7]
Updated•11 years ago
|
Whiteboard: [c=handeye 1=2 s= u=][ETA=2/7] → [c=handeye p=2 s= u=1.3][ETA=2/7]
Assignee | ||
Comment 8•11 years ago
|
||
Assignee | ||
Comment 9•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-b2g-v1.3:
--- → fixed
status-b2g-v1.4:
--- → fixed
Resolution: --- → FIXED
Updated•11 years ago
|
Whiteboard: [c=handeye p=2 s= u=1.3][ETA=2/7] → [c=handeye p=2 s=2014.02.14 u=1.3] [ETA=2/7]
Target Milestone: --- → 1.4 S1 (14feb)
Updated•11 years ago
|
Whiteboard: [c=handeye p=2 s=2014.02.14 u=1.3] [ETA=2/7] → [c=handeye p= s=2014.02.14 u=1.3] [ETA=2/7]
You need to log in
before you can comment on or make changes to this bug.
Description
•