Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2578] Android: Swipe quickly to the vertical, TableView's row appear in the wrong place

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionCannot Reproduce
Resolution Date2012-09-28T20:50:34.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsandroid
ReporterTETSUYA
AssigneeShak Hossain
Created2012-08-23T17:59:18.000+0000
Updated2016-03-08T07:41:39.000+0000

Description

When you quickly swipe vertically TableView, I have found the problem that display of the line is incorrectly positioned. This problem seems to occur if you have set the swipe event handler. It is the source code that has verified the following. var win = Ti.UI.createWindow({backgroundColor:'white', title:'tv-test'}); var tv = Ti.UI.createTableView(); var list = []; for (var i = 0 ; i < 3 ; i++) { var row = Ti.UI.createTableViewRow({ title:'ABC', height:40, }); list.push(row); } tv.setData(list); tv.addEventListener('swipe', function(e) { Ti.API.info(" >>>>>>>>>>>> swipe event <<<<<<<<<<<<<<<<<<<"); }); win.add(tv); win.open({modal:true}); I also attached a screen capture of the problem. I'm glad I get a confirmation. Thank you.

Attachments

FileDateSize
tv-test-01.png2012-08-23T17:59:19.000+000013281
tv-test-02.png2012-08-23T17:59:19.000+000012374

Comments

  1. Karl Rowley 2012-09-28

    Can't reproduce on SDK 2.1.2 w Samsung Galaxy S2 (AT&T), Android 2.3.2.
  2. Shak Hossain 2014-01-15

    Closing since the issue can't be reproduced.

JSON Source