[TIMOB-10934] Android: Kitchensink - 'Deleting row' message is being displayed even after deletion of the last row.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-23T18:17:46.000+0000 |
Affected Version/s | Release 2.1.3 |
Fix Version/s | Release 3.0.2 |
Components | Android |
Labels | api, qe-and090112 |
Reporter | Anshu Mittal |
Assignee | Eric Merriman |
Created | 2012-09-17T03:41:40.000+0000 |
Updated | 2017-05-23T18:18:13.000+0000 |
Description
'Deleting row' message is being displayed even after deletion of the last row.
This is not regression as issue occurs since 2.1.1 GA
Steps to Reproduce:
1. Launch refactored kitchensink.
2. Go to Kitchensink> Base UI> Views> Table Views> Delete row.
3. Click 'Delete row' button more than 5 times(no of rows to be deleted).
Expected:
Index out of range.NonExistent Row at 0.
Actual message displayed is:
Deleting row 0
Index out of range.NonExistent Row at 0
Issue does not reproduces with Titanium Studio, build: 3.0.1.201212181159 Titanium SDK version: 3.1.0 (03/11/13 15:43 0c88429) Titanium SDK version: 3.0.2 (02/07/13 16:46 a4def81) Device: Samsung galaxy s duos Android version: 4.0.4 jithinpv
Still occurs on: Tested with: SDK: 3.1.0.v20130404173046 Studio:3.1.0.201304011603 Device: iPhone5(v 6.0), iPad2(v 5.1) OS: OSX 10.7.5
Issue still reproducible with following environment, however it does not reproduces with SDK: 3.1.3 GA, Hence it is regression. Appcelerator Studio, build: 3.2.1.201401241158 SDK build: 3.2.1.v20140124163734 and 3.2.0 GA acs@1.0.12 alloy@1.3.1-beta3 npm@1.3.2 titanium@3.2.1-beta3 titanium-code-processor@1.1.0 Mac9(Maverick) Devices: Galaxy Note (2.3.6) and Nexus 7(4.4.2) Executed Following test steps: 1. Launch refactored kitchensink. 2. Go to Kitchensink> Base UI> Views> Table Views> Delete row. 3. Click 'Delete row' button more than 5 times(no of rows to be deleted). Actual Result using latest SDK build: 1. Deleting row 0 displayed in console logs. Actual Result using 3.1.3 GA build; 1. Index out of range.NonExistent Row at 0 shown on window. Expected Result: 1. Index out of range.NonExistent Row at 0 should be seen on window. Hence reopening the issue.
Closing ticket as invalid as we no longer support this version of Kitchen Sink.