[TIMOB-1500] iOS: UI.TableViewRow - opacity does not work
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-07-21T16:23:46.000+0000 |
Affected Version/s | Release 2.1.0, Release 1.8.1, Release 3.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | api |
Reporter | Sindre Sorhus |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T02:54:27.000+0000 |
Updated | 2017-07-21T16:23:46.000+0000 |
Description
Problem
Opacity has no effect on TableViewRow.Test case
var win = Ti.UI.createWindow();
var table = Ti.UI.createTableView({
backgroundColor: 'red',
data: [
{
title: 'opacity 0.5',
opacity: 0.5,
backgroundColor: '#fff'
},
{
title: 'opacity 1.0',
backgroundColor: '#fff'
}
]
});
win.add(table);
win.open();
Any updates?
This bug requires a valid test case before we can address it.
Test case
Added test case. Please reopen.
Still an issue using Titanium SDK 2.1.0 on iOS 5.1 simulator.
Issue still reproducible on TiSDK 2.2.0v20120814103312 using the iOS simulator.
Same in 2.1.3GA. Any update on when we can expect a fix ?
unbelievable that this bug exists since about 3 years and still unresolved...
[~ads] We have asked developers to move to the ListView as it is a more performant version of TableView, and we are only doing critical fixes to TableView. Is there a reason you cannot make that switch?
too much code involved and ListView is pretty new so maybe not stable enough for this.
At the very least, update the documentation. I just spent 2 hours trying to figure out why this isn't working. If the functionality isn't there and there is no plan to fix/implement it, remove it or add a note.
This seems to have been fixed in TIDOC-2061. Any problems, please re-open.