[AC-1942] BlackBerry: remove() bug in BB10
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2013-04-09T17:21:08.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | api, blackberry |
Reporter | ahmed shehata |
Assignee | Mauro Parra-Miranda |
Created | 2013-04-09T09:31:59.000+0000 |
Updated | 2016-03-08T07:40:52.000+0000 |
Description
I have a bug in using remove() on BB10. The code works well on ios but nothing on bb10.
*Test case*
table.addEventListener('click', function(e) {
scrollView.remove(view);
win2.remove(scrollView);
});
Hi ahmed, Please provide a complete reproducible test case that we can drop into an app.js and run. Thanks!
Also, please state your Ti SDK version.
Release (3.1.0.v20130320125153)