Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12655] Android: ScrollView contents not visible when called inside open event listener

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2013-03-07T15:53:38.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsandroid, exalture
ReporterVarun Joshi
AssigneeSunila
Created2013-02-09T00:44:02.000+0000
Updated2017-03-29T21:38:54.000+0000

Description

Steps to Reproduce

1. Run the sample code here: http://pastie.org/private/z8fpdqaddquvyb5cxtizrq 2. Notice the scrollView contents not visible. 3. Now, comment out the open event listener and just call "testscroll". You should see the contents.

Comments

  1. Shameer Jan 2013-03-06

    Its working if the eventhandler is added before win.open() is called.
  2. Sunila 2013-03-07

    Issue is not with the scrollView. Since the eventhandler is added after win.open() is called, no 'open' event is captured. attach the 'open' event handler before win.open is called.
  3. Lee Morris 2017-03-29

    Closing ticket as invalid.

JSON Source