Samsung / TAU-Design-Editor

TAU Design Editor can create web application by drag&drop the TAU based widget
MIT License
28 stars 18 forks source link

code.tizen.org - wearable - virtual list - <a> in the list #164

Closed lmslachciak closed 5 years ago

lmslachciak commented 5 years ago

Visit: https://code.tizen.org/demos?path=1.0%2Fexamples%2Fwearable%2FUIComponents%2Fcontents%2Flist%2Fvirtual%2Fnormal.html Observe: tags on a list image

hsiwkin commented 5 years ago

@lslachciak It looks like TAU issue (or issue in the example file: contents/list/virtual/temporary-preview). It looks like the tags are encoded in there. After changing 25-27 lines to this (non-encoded form):

        <script id="template-li-1line" type="text">
            <a>${NAME}</a>
        </script>

it looks better (a tags are not in plain text)

wszczepanski97 commented 5 years ago

PR is merged #243

lmslachciak commented 5 years ago

this change is not available yet in latest code.tizen.org

lmslachciak commented 5 years ago

code.tizen.org will be updated on Wednesday and this issue will be closed.

lmslachciak commented 5 years ago

works well