Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16798] Mobile Web: KitchenSink: image does not appear when image path starts with "/"

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-05-02T22:07:25.000+0000
Affected Version/sRelease 3.2.3
Fix Version/sn/a
ComponentsMobileWeb
Labelsqe-3.2.3
ReporterPriya Agarwal
AssigneeChris Barber
Created2014-04-03T10:35:10.000+0000
Updated2017-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.

Comments

  1. Lee Morris 2017-05-02

    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.

JSON Source