[TIMOB-5131] Kitchensink: Base UI>Views>Scroll Views>Scrollable View does not log view click or touchend events
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2017-05-01T20:49:26.000+0000 |
| Affected Version/s | Release 1.8.0 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | kitchensink |
| Reporter | Eric Merriman |
| Assignee | Ingo Muschenetz |
| Created | 2011-08-26T16:05:14.000+0000 |
| Updated | 2017-05-02T21:01:24.000+0000 |
Description
Description:
While testing Kitchensink, Base UI>Views>Scroll Views>Scrollable View, I tapped the view which has two attached listeners. Neither the click event or the touchend event were logged. This works as expected on iOS.
Steps to reproduce:
1) Install KS 1.8.0 on Nexus S
2) Navigate to Base UI>Views>Scroll Views>Scrollable View
3) Tap on the view with the "Click me (View 2 - see log)" label
4) Examine the log
Result:
No event logged
Expected result:
The following is from iOS:
Fri Aug 26 11:46:53 unknown UIKitApplication:com.appcelerator.titanium[0x9940][1051] : [INFO] ScrollView received click event, source = [object TiUIView]
Fri Aug 26 11:46:53 unknown UIKitApplication:com.appcelerator.titanium[0x9940][1051] : [INFO] ScrollView received touchend event, source = [object TiUIView]
Notes:
Occurs with 1.7.2
Occurs with 1.6.2
Resolving ticket as invalid as this version of Kitchen Sink is no longer supported.