Titanium JIRA Archive
Alloy (ALOY)

[ALOY-1615] Audioplayer cannot be created from Alloy without specifying ns property

GitHub Issuen/a
TypeImprovement
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2018-11-01T18:57:34.000+0000
Affected Version/sn/a
Fix Version/sCLI Release 7.0.8
ComponentsSamples & Templates, XML
Labelsalloy, audioplayer
ReporterRene Pot
AssigneeFeon Sua Xin Miao
Created2018-04-26T10:18:11.000+0000
Updated2018-11-01T18:57:37.000+0000

Description

When creating an audioplayer from alloy this should work:
        <AudioPlayer id="player" />
But it doesn't, the ns property needs to be specified as such:
        <AudioPlayer id="player" ns="Ti.Media" />
it would be great if this can be fixed/improved so the ns property doesn't need to be specified

Comments

  1. Lokesh Choudhary 2018-10-11

    Verified the fix in 7.0.7-master.9. Closing.

JSON Source