[TIMOB-15589] Unable to change TableViewRow properties for a row in a section
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-08-20T09:18:03.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.4.0 |
Components | iOS |
Labels | module_tableview, qe-manualtest, tableView |
Reporter | Chris Rose |
Assignee | Ingo Muschenetz |
Created | 2013-10-26T12:08:57.000+0000 |
Updated | 2014-08-21T00:04:25.000+0000 |
Description
Simple test case attached.
When tapping rows added via table.data[] , the check mark appears.
When tapping rows added via table.appendSection() , the check marks do not appear.
The click event fires in both cases, but event.row.hasCheck does not make a check mark appear.
The same issue happens with hasChild, leftImage, rightImage et all.
Attachments
File | Date | Size |
app.js | 2013-10-26T12:08:57.000+0000 | 647 |
Just a note: I can reproduce this with iOS 6.1 SDK also.
Issue reproduces on SDK version 3.1.3 But Can't reproduce on 3.4.0 (Unreleased) Titanium Command-Line Interface, CLI version 3.3.0, Titanium SDK version 3.4.0.GA Titanium SDK version 3.1.3.GA iOS SDK: 7.1 iOS iPhone: 7.1
Tested, using Mac osx 1-.9.4 Maverics Appcelerator Studio, build: 3.4.0.201408180158 Titanium SDK, build: 3.4.0.v20140820125714 Node.JS Version: v0.10.28 NPM Path: /usr/local/bin/npm NPM Version: 1.4.23 acs@1.0.16 alloy@1.5.0-dev (git://github.com/appcelerator/alloy.git#b2e8f580d023e45c63072df924666e58193a8981) install@0.1.7 npm@1.4.23 sudo@1.0.3 titanium@3.4.0-dev (git://github.com/appcelerator/titanium.git#9079326639c7f610dafee33dd16742de7d92d795) titanium-code-processor@1.1.1 Xcode6 Device: iPhone 5c iOS 7.1 and was able to change TableViewRow properties. Closing as fixed.