[TIMOB-2489] scrollableView not recieving click/singletap events
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2012-07-26T12:25:13.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Michael Del Tito |
| Assignee | Neeraj Gupta |
| Created | 2011-04-15T03:21:06.000+0000 |
| Updated | 2012-07-26T22:02:08.000+0000 |
Description
Tested in 1.5 nightly from Dec 2
The event shown below is never fired:
// this sets the background color of the master UIView (when there
are no windows/tab groups on it)
Titanium.UI.setBackgroundColor('#000');
// create tab group var tabGroup = Titanium.UI.createTabGroup();
// // create base UI tab and root window // var win1 =
Titanium.UI.createWindow({
}); var tab1 = Titanium.UI.createTab({
});
var view1 =
Titanium.UI.createView({backgroundColor:'#123'});
var view2 = Titanium.UI.createView({backgroundColor:'#456'});
var view3 = Titanium.UI.createView({backgroundColor:'#789'});
var scrollview = Titanium.UI.createScrollableView({
});
scrollview.addEventListener('click', function(e) {
});
win1.add(scrollview);
tabGroup.addTab(tab1);
// open tab group tabGroup.open();
Attachments
| File | Date | Size |
|---|---|---|
| app.js | 2011-04-15T03:21:06.000+0000 | 928 |
Formatting above is wacky. app.js attached.
this is only reported on android, not tested on iOS
I also have this same issue. And it does the same thing on iOS
Cannot reproduce in SDK 2.2.0.014b86f, iPhone Sim 5.1.