Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-4304] iOS: KitchenSink: Base UI>Nav Group, Code sets modal window background to "red" but only iPad shows the setting

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-05-01T20:46:27.000+0000
Affected Version/sRelease 1.7.0
Fix Version/sn/a
ComponentsiOS
Labelskitchensink
ReporterEric Merriman
AssigneeIngo Muschenetz
Created2011-06-02T15:51:32.000+0000
Updated2017-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.


Comments

  1. Lee Morris 2017-05-01

    Resolving ticket as invalid as this version of Kitchen Sink is no longer supported.

JSON Source