[TIMOB-4081] Android: KitchenSink Scrollable view event listener not firing
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T20:35:15.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | n/a |
Components | Android |
Labels | kitchensink |
Reporter | Eric Merriman |
Assignee | Ingo Muschenetz |
Created | 2011-05-13T14:32:34.000+0000 |
Updated | 2017-05-02T20:35:15.000+0000 |
Description
Description:
While testing KS 1.7.0, BaseUI>Views>scrollViews>Scrollable View, the test calls for the user to click on the view label and to refer to the console for output. No INFO is sent to the console for "touchEnd" or "click".
Steps to reproduce:
1) Install KS 1.7.0
2) Launch DDMS or logcat
3) Navigate to BaseUI>Views>scrollViews>Scrollable View
4) Tap the label (or simply the view)
Result:
Nothing output to console
Expected result:
Ti.API.info('ScrollView received click event, source = ' + e.source);
Notes:
Scroll event listener is outputting to console as expected.
Also occurs with 1.6.2
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.