[TIMOB-9295] MobileWeb: ScrollView scrollTo does not work
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-05-29T14:01:29.000+0000 |
| Affected Version/s | Release 2.0.1 |
| Fix Version/s | Release 2.1.0, Sprint 2012-11 MW |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2012-05-29T12:25:57.000+0000 |
| Updated | 2017-03-03T23:29:07.000+0000 |
Description
The scrollTo() method is setting the x,y scroll values on the content container, but the content container is a view, not a dom node. Simply needs to reference the dom node.
Pull request: https://github.com/appcelerator/titanium_mobile/pull/2289
Closing ticket as MobileWeb is no longer supported.