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…') |
MarkFinkle (talk | contribs) No edit summary |
||
| Line 21: | Line 21: | ||
*'''Project Lead''': | *'''Project Lead''': | ||
*'''Team Members''': | *'''Team Members''': stechz, vingtetun | ||
== Designs == | == Designs == | ||
Revision as of 22:00, 11 February 2010
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