[TIMOB-2297] Android: tableView property moving:false not working
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-05-04T12:54:14.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, feature, view |
Reporter | Ralf Pfeiffer |
Assignee | Marshall Culpepper |
Created | 2011-04-15T03:15:59.000+0000 |
Updated | 2017-03-09T23:27:44.000+0000 |
Description
Setting the property moving:false on a tableView does not
prevent the table from scrolling.
See this modified https://gist.github.com/667398">table_view_basic.js from the
KS that demonstrates the issue.
This is new functionality changed tag to feature.
The properties
moving
andediting
are iOS modes that may be enabled to allow tableview rows to be reordered and deleted respectively. They do not prevent the table from scrolling. Thus, I propose this ticket be marked invalid, and a new ticket raised the implement the equivalent feature.On Neeraj's authorization, I am closing this as invalid. I will open a new feature request to address the android parity issue.
See TIMOB-8998 for feature request that replaces this ticket.
Closing ticket as invalid.