Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1676] default.png isn't shown if it's set as background image

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionDuplicate
Resolution Date2014-05-16T21:40:57.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterFix Please
AssigneeRitu Agrawal
Created2014-05-16T21:01:56.000+0000
Updated2016-03-08T07:38:10.000+0000

Description

See the images attached. default.png isn't shown if it's set as background image. But the same image is shown Ok once it's renamed to something other than 'default.png'. The issue is recreated on the both emulator and GT-S7562. The markup:
<Alloy>
	<TabGroup>
    <Tab title="appicon.png">
      <Window title="appicon.png" backgroundImage="appicon.png">
        <Label color="green">'appicon.png' is shown as background image.</Label>
      </Window>
    </Tab>
		
		<Tab title="default.png">
			<Window title="default.png" backgroundImage="default.png">
				<Label color="red">'default.png' is NOT shown as background image.</Label>
			</Window>
		</Tab>

    <Tab title="Copy of default.png">
      <Window title="Copy of default.png" backgroundImage="Copy of default.png">
        <Label color="green">'Copy of default.png' is shown as background image.</Label>
      </Window>
    </Tab>
	</TabGroup>
</Alloy>

Attachments

FileDateSize
FAIL_default.jpg2014-05-16T21:03:09.000+000042552
OK_appicon.jpg2014-05-16T21:03:09.000+000092503
OK_Copy of default.jpg2014-05-16T21:03:09.000+000092270

Comments

  1. Ritu Agrawal 2014-05-16

    This is a duplicate of TIMOB-16816. Please watch TIMOB-16816 for latest updates.

JSON Source