Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1942] BlackBerry: remove() bug in BB10

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNeeds more info
Resolution Date2013-04-09T17:21:08.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsapi, blackberry
Reporterahmed shehata
AssigneeMauro Parra-Miranda
Created2013-04-09T09:31:59.000+0000
Updated2016-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);
    });

Comments

  1. Daniel Sefton 2013-04-09

    Hi ahmed, Please provide a complete reproducible test case that we can drop into an app.js and run. Thanks!
  2. Daniel Sefton 2013-04-09

    Also, please state your Ti SDK version.
  3. ahmed shehata 2013-04-09

    Release (3.1.0.v20130320125153)

JSON Source