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

splitlayout aria-controls wrong for collapse="after"

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

      	<splitlayout height="200px" orient="horizontal" collapse="before" widths="200,200">
      		<div></div>
      		<div></div>
      	</splitlayout>
      	<splitlayout height="200px" orient="horizontal" collapse="after" widths="200,200">
      		<div></div>
      		<div></div>
      	</splitlayout>
      

      Current Result

      both aria-controls flags point at the left pane

      Expected Result

      for collapse="after" the primary pane is the right side of the splitter

      Debug Information


      Workaround


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

              Created:
              Updated:
              Resolved: