[TIMOB-7518] iOS: In KS, Table Views - Inset row is printing out error message to the console
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-02-14T23:29:01.000+0000 |
| Affected Version/s | Release 1.8.0.1, Release 1.8.1 |
| Fix Version/s | Sprint 2012-03, Release 2.0.0, Release 1.8.2 |
| Components | iOS |
| Labels | regression |
| Reporter | Sabil Rahim |
| Assignee | Sabil Rahim |
| Created | 2012-02-02T10:15:28.000+0000 |
| Updated | 2012-03-27T14:37:33.000+0000 |
Description
Steps to Reproduce:
1. Launch KS from 1_8_X branch
2. Go to Base UI > Views > Table Views > Insert row; then press "Insert Row Above - Header -2"
Actual:
Console displays the following error message:
[ERROR] Adding an event listener to a proxy that isn't already in the context
Expected:
Console should not display any error message during this operation.
[PR 1363](https://github.com/appcelerator/titanium_mobile/pull/1363) pending
Closing bug. Verified fix on: SDK build: 1.9.0.v20120208180134 Titanium Studio, build: 1.0.8.201201262211 xcode: 4.2 Device: iPhone 4S Verizon (5.0.1)
I am still seeing this error message using Release 1.8.2, albeit not as often. I'm trying to track down the offending code to create a test case to debug against.