-
Bug
-
Resolution: Fixed
-
Later
-
8.0.0
Steps to Reproduce
http://zkfiddle.org/sample/16qhenf/1-Template-is-missing
<zk xmlns:n="native"> <window border="normal" title="hello"> <n:template>Welcome to ZK Fiddle , run it right now!</n:template> </window> </zk>
See the HTML result
Current Result
The <template> tag is missing
Expected Result
The result is like
<template id="w7BP1">Welcome to ZK Fiddle , run it right now!</template>
Debug Information
Workaround
- relates to
-
ZK-2632 Parser support disorder template tag
- Closed