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

splitter 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

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

      check aria-controls attribute is pointing a the primary pane (the one that's going to collapse on click)

      Current Result

      in the bottom case aria-controls still points to the left side

      Expected Result

      aria-controls must point to the primary panel which is the left for "before" and the right for "after"

      Debug Information


      Workaround


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

              Created:
              Updated:
              Resolved: