Closed
Bug 936370
Opened 11 years ago
Closed 11 years ago
[Messaging] Scrolling issues and reduce unnecessary calls for updating UI.
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.3 Sprint 5 - 11/22
People
(Reporter: borjasalguero, Assigned: borjasalguero)
References
Details
Attachments
(1 file)
Too calls to 'scrollToBottom' are forcing the scroll even in scenarios that there is no need to do it (for example, everytime we type a character, we are forcing the scroll of the entire container). Performance issues related.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → borja.bugzilla
Updated•11 years ago
|
Target Milestone: --- → 1.3 Sprint 5 - 11/22
Assignee | ||
Comment 1•11 years ago
|
||
For performance, I will remove mutation observer as there is no need of using them (we can use a direct call to the function
instead)
Assignee | ||
Updated•11 years ago
|
Summary: [Messaging] Scrolling issues in ThreadUI → [Messaging] Scrolling issues in ThreadUI & Mutation observer deletion
Assignee | ||
Updated•11 years ago
|
Summary: [Messaging] Scrolling issues in ThreadUI & Mutation observer deletion → [Messaging] Scrolling issues and reduce unnecessary calls for updating UI.
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #829209 -
Flags: review?(felash)
Assignee | ||
Updated•11 years ago
|
blocking-b2g: --- → 1.3?
Comment 3•11 years ago
|
||
Comment on attachment 829209 [details]
Pull request
In future, can you paste only the link to the pull request? Bugzilla knows to automatically link that now
Comment 4•11 years ago
|
||
Comment on attachment 829209 [details]
Pull request
Rick will handle this review :)
Attachment #829209 -
Flags: review?(felash) → review?(waldron.rick)
Comment 5•11 years ago
|
||
Comment on attachment 829209 [details]
Pull request
Please address comments from @julienw and mine, thanks!
Attachment #829209 -
Flags: review?(waldron.rick) → review-
Comment 6•11 years ago
|
||
Comment on attachment 829209 [details]
Pull request
two comments to fix then I can test again
- https://github.com/mozilla-b2g/gaia/pull/13512/files#r7673338
- https://github.com/mozilla-b2g/gaia/pull/13512/files#r7672975
Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 829209 [details]
Pull request
Comments addressed, r?
Attachment #829209 -
Flags: review- → review?(waldron.rick)
Updated•11 years ago
|
Attachment #829209 -
Flags: review?(waldron.rick) → review+
Comment 8•11 years ago
|
||
The light is green! https://travis-ci.org/mozilla-b2g/gaia/builds/13993634
r=me
Assignee | ||
Comment 9•11 years ago
|
||
https://github.com/mozilla-b2g/gaia/commit/c7e5c93e0f4151be38269e08df148cd9906ef0e7
https://github.com/borjasalguero/gaia/commit/281c345d48d556aa7ef943d84a7af912454bb920
R+. Merged!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•