Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-10525] Blackberry: Titanium.UI.Window open() crash

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionNot Our Bug
Resolution Date2012-09-12T08:32:09.000+0000
Affected Version/sn/a
Fix Version/sSprint 2012-14 BB, BB Preview 3
ComponentsBlackBerry
Labelsn/a
ReporterHayk Zakaryan
AssigneeJosh Roesslein
Created2012-08-21T08:24:52.000+0000
Updated2017-03-03T01:04:27.000+0000

Description

When creating two windows under current and trying to open consequentially both application crashes. Test code is available in KS Window Properties (Resources\ui\common\baseui\window_properties.js lines win1.open(); win2.open())

Comments

  1. Harutyn Movsisyan 2012-09-05

    warning in NCO relating to batchUpdating_
  2. Harutyn Movsisyan 2012-09-12

    Following Cascade crash brings to this bug: Cascade is crashing at some condition, when we try to access container which belongs to the not root page (not scene). Here is a code sample: 1. Application app(argc, argv); 2. Page *root = new Page; 3. Container *topContainer = new Container; 4. bb::cascades::AbsoluteLayoutProperties* layout = new bb::cascades::AbsoluteLayoutProperties; 5. topContainer->setLayoutProperties(layout); 6. Page *root2 = new Page; 7. Container *topContainer2 = new Container; 8. root->setContent(topContainer); 9. root2->setContent(topContainer2); 10. Application::setScene(root); 11. Application::setScene(root2); 12. topContainer->isVisible(); 13. return Application::exec();
  3. Tatyana Petrenko 2012-09-12

    This might be resolved in the latest Cascades version. Need to retest once upgraded to R9.
  4. Lee Morris 2017-03-03

    Closing ticket as Blackberry is no longer supported.

JSON Source