[TIMOB-4304] iOS: KitchenSink: Base UI>Nav Group, Code sets modal window background to "red" but only iPad shows the setting
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-01T20:46:27.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | kitchensink |
Reporter | Eric Merriman |
Assignee | Ingo Muschenetz |
Created | 2011-06-02T15:51:32.000+0000 |
Updated | 2017-05-02T21:04:03.000+0000 |
Description
Description:
While testing KitchenSink,Base UI>Nav Group, I noticed that the iPad has a red background to the modal window, while the other devices were grey. Turns out the iPad was the only correct one of the 4 devices in test. A check of the code (navgroup.js) shows:
var modalWin = Ti.UI.createWindow({
backgroundColor:"red"
});
Steps to reproduce:
1) Install KS onto device
2) Navigate to Base UI>Nav Group
3) Examine the background
Result:
Color is grey
Expected Result:
Color is red
Notes:
OCCURS in 1.6.2
Blain mentions that this seems to be due to a clear versus colored background for the grouped table view.
Resolving ticket as invalid as this version of Kitchen Sink is no longer supported.