Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1456] Crash with Switch control in TableView

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:56:13.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0
ComponentsiOS
Labelsswitch, tableview
ReporterLuke Melia
AssigneeReggie Seagraves
Created2011-04-15T02:53:20.000+0000
Updated2011-04-17T01:56:13.000+0000

Description

This can be seen by loading table_view_controls_2.js in KitchenSink

stacktrace here:

http://gist.github.com/505881">http://gist.github.com/505881

Tested against continuous build mobilesdk-1.4.1-20100801235900-osx.zip

Comments

  1. wallneradam 2011-04-15

    I found a workaround for this:

       setTimeout(function() {
           sw.addEventListener('change', function(e) {
               info(e.value);
           });
       }, 0);
       
  2. Luke Melia 2011-04-15

    The workaround is only sporadically successful for me.

  3. Damien Elmes 2011-04-15

    Reverting commit 9cfa37a is a reliable temporary workaround

  4. Stephen Tramer 2011-04-15

    Make sure you assign bugs to either me or Blain when creating them, and place them as targets for the most recent milestone, or nobody will see them.

    Duplicate bug of #1523.

  5. Thomas Huelbert 2011-04-15

    confirmed on 1.3.2 and 4.0.2, 1.4.1.405c02

JSON Source