Mobile/Archive/ScrollUnderlyingBrowser: Difference between revisions
< Mobile
Jump to navigation
Jump to search
MarkFinkle (talk | contribs) (Created page with '== Summary == We need to keep the underlying <browser> element scroll position sync'ed with the canvas tiles. There are many problems that arise because we don't == Current Stat…') |
m (Dria moved page Mobile/Projects/ScrollUnderlyingBrowser to Mobile/Archive/ScrollUnderlyingBrowser without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 21: | Line 21: | ||
*'''Project Lead''': | *'''Project Lead''': | ||
*'''Team Members''': | *'''Team Members''': stechz, vingtetun | ||
== Designs == | == Designs == | ||
Latest revision as of 16:35, 11 April 2013
Summary
We need to keep the underlying <browser> element scroll position sync'ed with the canvas tiles. There are many problems that arise because we don't
Current Status
There are patches in a few of the related bugs. One of the patches landed, but was backed out due to panning performance reasons.
Next Steps
- Create an improved patch
- Find a way to test the affect on performance
Related Bugs
bug 511987 bug 500700 bug 514623 bug 479862
Team
- Project Lead:
- Team Members: stechz, vingtetun
Designs
N/A
Goals/Use Cases
- Fix as many of the scroll-sync related bugs as possible
- Don't regress panning performance
Non Goals
- There may be some CSS positioning bugs we can't fix using this approach