[TIMOB-1456] Crash with Switch control in TableView
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:56:13.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | switch, tableview |
Reporter | Luke Melia |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:53:20.000+0000 |
Updated | 2011-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
- wallneradam 2011-04-15
I found a workaround for this:
setTimeout(function() { sw.addEventListener('change', function(e) { info(e.value); }); }, 0);
- Luke Melia 2011-04-15
The workaround is only sporadically successful for me.
- Damien Elmes 2011-04-15
Reverting commit 9cfa37a is a reliable temporary workaround
- 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.
- Thomas Huelbert 2011-04-15
confirmed on 1.3.2 and 4.0.2, 1.4.1.405c02