Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11609] iOS: Window - Modal window being black *on iPad* after constant background color "stripped" was applied.

GitHub Issuen/a
TypeBug
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 2.1.4, Release 3.1.0
Fix Version/sn/a
ComponentsiOS
Labelsqe-ios214
ReporterOlga Romero
AssigneeUnknown
Created2012-10-30T21:59:57.000+0000
Updated2018-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.

Comments

  1. Thomas Huelbert 2012-11-02

    Olga please check behavior in 2.1.2 and update the record.
  2. Olga Romero 2012-11-02

    Updated record, same behavior as described above.
  3. Shameer Jan 2013-03-25

    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

JSON Source