Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-3663

ZK doesn't render <nodom>'s child components in a zhtml

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Later Later
    • None
    • 8.0.5
    • None
    • None

      steps to reproduce

      1. load the zhtml below
        <!DOCTYPE html>
        <html xmlns:z="zul">
        	<head></head>
        	<body>
        		<z:nodom>
        			<z:button label="button in nodom"></z:button>
        		</z:nodom>
        		<z:button label="button outside nodom"></z:button>
        	</body>
        </html>
        

      current result

      zk doesn't render "button in nodom"

      expected result

      "button in nodom" is rendered.

      debug info

      • if you enclose <nodom> with a zk <div>, zk will render "button in nodom"

      Workaround

      replace a nodom with a div

            Unassigned Unassigned
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: