Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5777] ScrollView scroll behavior is not reflecting a scrollType property change

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionWon't Fix
Resolution Date2011-10-17T14:39:42.000+0000
Affected Version/sn/a
Fix Version/sSprint 2011-42
ComponentsAndroid
Labelsn/a
ReporterFederico Casali
AssigneeDon Thorp
Created2011-10-17T13:48:01.000+0000
Updated2014-06-19T12:43:05.000+0000

Description

Steps to reproduce: 1. Create a ScrollView and set the scrollType property (for example to horizontal) 2. Change the scrollType property (from horizontal to vertical) 3. Also removing and adding back again the ScrollView to the window, the ScrollView does not scroll in the intended direction, even if the property is actually correctly changed. See the snip code: http://pastie.org/2714251

Comments

  1. Don Thorp 2011-10-17

    Android platform does not provide native support for bi-directional scrolling. Therefore scrollType is only available as a creation argument.

JSON Source