[TIMOB-16798] Mobile Web: KitchenSink: image does not appear when image path starts with "/"
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T22:07:25.000+0000 |
Affected Version/s | Release 3.2.3 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | qe-3.2.3 |
Reporter | Priya Agarwal |
Assignee | Chris Barber |
Created | 2014-04-03T10:35:10.000+0000 |
Updated | 2017-05-02T22:07:25.000+0000 |
Description
icon for tabGroup does not appear when image path starts with "/"
Steps to Reproduce:
1. Package KS for mobile web and open on iOS, Android.
2. Open KS using the url on mobile browser.
Expected Result:
2. Tab Group's must have their icon.(image)
Actual Result:
2. No icon appears.
Note: If Before packaging "/" is removed from image path
For example in ApplicationTabGroup.js
var phoneTab = Ti.UI.createTab({
title:L('phone_win_title'),
icon:'images/tabs/KS_nav_phone.png',// removed starting "/"
window:phoneWin
});
and the packaged for mobile web and deployed and then launched the app on mobile browser. TabGroup icon's appears.
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.