-
Bug
-
Resolution: Fixed
-
Normal
-
Freshly, 9.5.0.2, 9.5.1
-
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
- relates to
-
ZK-4768 splitlayout aria-controls wrong for collapse="after"
- Closed