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

splitter aria-valuenow /-valuetext don't update on collapse

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 9.5.1
    • Freshly, 9.5.0.2, 9.5.1
    • Components
    • Security Level: Jimmy

      Steps to Reproduce

      	<hbox height="100px" width="100%">
      		<div>
      			left side <textbox/>
      		</div>
      		<splitter collapse="before"/>
      		<div>
      			right side <textbox/>
      		</div>
      	</hbox>
      	<hbox height="100px" width="100%">
      		<div>
      			left side <textbox/>
      		</div>
      		<splitter collapse="after"/>
      		<div>
      			right side <textbox/>
      		</div>
      	</hbox>
      

      mouse click or focus+ENTER separator

      Current Result

      the aria attributes aria-valuenow and aria-valuetext keep their previous value

      Expected Result

      toggle the value to 0 when collapsed

      Debug Information

      works in <splitlayout>

      Workaround

            DevChu DevChu
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: