GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-02-14T23:28:59.000+0000 |
Affected Version/s | Release 1.8.1 |
Fix Version/s | Sprint 2012-03, Release 2.0.0, Release 1.8.2 |
Components | iOS |
Labels | regression |
Reporter | Wilson Luu |
Assignee | Sabil Rahim |
Created | 2012-01-23T18:20:31.000+0000 |
Updated | 2012-03-27T14:37:33.000+0000 |
Steps to reproduce:
1. Launch KS from 1_8_X branch
2. Go to Base UI > Views > Scroll Views > Scroll Views TextArea
3. Type at least two lines of text in all the TextAreas
Actual: Event listener error is printed out to the console. See attachment.
Expected: Errors should not appear in the console.
Note: Error messages do not appear in KS 1.8.0.1
Getting the same error messages for the following KS tests: * Base UI > Views > Scroll Views > Scrolling Zoom+Pinch * Base UI > Views > Scroll Views > Scrolling Drag Start&End * Base UI > Views > Table Views > Insert row; then press "Insert Row Above - Header -2" Also, error messages do not appear in 1.8.0.1 for these tests.
Also occurs with Base UI> Views> Scroll Views>Basic: And in Base UI> Views> Scroll Views>Scrolling tabs: Jan 30 15:24:07 unknown UIKitApplication:com.appcelerator.titanium[0xe8cc][265]
ALso occurs on Base UI> Views> Scroll Views>Scrolling drag start and end
pull pending PR1316
Closing issue: Tested with Ti Studio build 1.0.8.201201262211 Ti Mob SDK 1.9.0.v20120206101634 OSX Lion iPhone 4S OS 5.0 Expected behavior of no error messages is shown
I am still seeing this error message using Release 1.8.2, albeit not as offten. I'm trying to track down the offending code to create a test case to debug against.