[AC-1676] default.png isn't shown if it's set as background image
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Duplicate |
Resolution Date | 2014-05-16T21:40:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Fix Please |
Assignee | Ritu Agrawal |
Created | 2014-05-16T21:01:56.000+0000 |
Updated | 2016-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
File | Date | Size |
---|---|---|
FAIL_default.jpg | 2014-05-16T21:03:09.000+0000 | 42552 |
OK_appicon.jpg | 2014-05-16T21:03:09.000+0000 | 92503 |
OK_Copy of default.jpg | 2014-05-16T21:03:09.000+0000 | 92270 |
This is a duplicate of TIMOB-16816. Please watch TIMOB-16816 for latest updates.