[TIMOB-11609] iOS: Window - Modal window being black *on iPad* after constant background color "stripped" was applied.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 2.1.4, Release 3.1.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-ios214 |
Reporter | Olga Romero |
Assignee | Unknown |
Created | 2012-10-30T21:59:57.000+0000 |
Updated | 2018-02-28T20:03:37.000+0000 |
Description
Note: *iPad only with any version of iOS*
Applying a constant "stripped" color to modal window results in this modal window being black. It happens on iPad with any iOS version.
Not a regression, exists in 2.1.3 and 2.1.2
Test steps:
1. Run the code below:
var win = Titanium.UI.createWindow({
title:'Mr. Stripey',
backgroundColor: Ti.UI.iOS.COLOR_GROUP_TABLEVIEW_BACKGROUND
});
win.open();
Actual result: black window.
Expected result: stripey window.
Olga please check behavior in 2.1.2 and update the record.
Updated record, same behavior as described above.
i got the same behavior black screen, It shows following warning [WARN] : Group style table view backgrounds can no longer be represented by a simple color. Reverting to black Tested on Titanium Studio, build: 3.0.2.201302191606 Titanium SDK version: 3.1.0 Titanium SDK version: 3.0.2 iOS iPhone Simulator: iOS SDK version: 6.0