splitter aria-controls wrong for collapse="after"

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 9.5.1
    • Affects Version/s: Freshly, 9.5.0.2, 9.5.1
    • Component/s: Components
    • Security Level: Jimmy
    • None

      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


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

              Created:
              Updated:
              Resolved: