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

xmlns:h="html" shall be interpreted as the XHTML namespace rather than ZUL

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.9
    • 5.0.5
    • ZK Loader
    • None

      Test case:

      test2 shall behave the same as test3; not test4

      <zk xmlns:n="native" xmlns:h="html" xmlns:x="xhtml">
        
        <n:div id="test" />
        native namspace div , id : test uuid:  ${test.uuid}
        
        <n:hr />  
        
        <h:div id="test2" />
        html namspace div , id : test2 , uuid: ${test2.uuid}
      
        <n:hr />
      
          
        <x:div id="test3" />
        xhtml namspace div , id : test3 uuid: ${test3.uuid}
      
        <n:hr />
        
        <div id="test4" />
        zul namspace div , id : test4 uuid: ${test4.uuid}  
        
      </zk>
      

            Unassigned Unassigned
            tomyeh tomyeh
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 1 hour
                1h