[TIMOB-425] insertRowAfter/Before with no animation does nothing
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:29:07.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 0.9.2 |
Components | iOS |
Labels | ios, iphone |
Reporter | Nolan Wright |
Assignee | Jeff Haynie |
Created | 2011-04-15T02:29:06.000+0000 |
Updated | 2017-03-02T18:39:09.000+0000 |
Description
Base UI => Views => Table View => Insert Row (table_view_row_insert.js)
click first row
Comments
- Jeff Haynie 2011-04-15
i can't reproduce this. the first row works (and has animation, so maybe you didn't check in changes?).
i added 2 new test cases that add before and after w/o a third-parameter and it works great.
is there something i'm missing?
- Jeff Haynie 2011-04-15
this is a test problem. i got your latest test changes with the update. you changed the title of the row but not the test check in the switch statement. thus, it was never getting in to your logic.
i fixed the test.
- Lee Morris 2017-03-02 Closing as invalid.