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

orgnode label missing font styles

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 8.6.1
    • 8.6.0
    • None
    • Security Level: Jimmy
    • None
    • ZK 8.6.1 S1

      Steps to Reproduce

      run zul:

      <zk>
      	<organigram width="600px">
      	    <orgchildren>
      	        <orgitem label="Item1">
      	            <orgchildren>
      	                <orgitem>
      	                	<orgnode>
      	                		<label value="Item2"/>
      	                	</orgnode>
      	                </orgitem>
                      </orgchildren>
      	        </orgitem>
      	    </orgchildren>
      	</organigram>
      </zk>
      

      Current Result

      <orgitem label="value" or <orgnode label="value" style doesn't match other label elements styles such as <label value="value"

      Expected Result

      orgitem / orgnode label should have a font-style matching the theme

      Debug Info

      Root Cause

      Workaround

      <style>
      		.z-orgnode {
      		    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      		}
      	</style>
      

            CharlesQiu CharlesQiu
            MDuchemin MDuchemin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 4 hours
                4h
                Remaining:
                Time Spent - 2 hours Remaining Estimate - 2 hours
                2h
                Logged:
                Time Spent - 2 hours Remaining Estimate - 2 hours
                2h