You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui5-flexible-column-layout): disable resizing for both separators (#11411)
Problem:
When disableResizing="true" was set, only the start-mid column separator was
disabled, while the mid-end separator remained interactive and resizable.
Solution:
Updated the onSeparatorPress method to check both separator types and prevent
interaction for the end separator when disableResizing is true
Modified the endSeparatorTabIndex getter to make it consistent with the start
separator by removing the explicit -1 return value, which makes it
unfocusable when disableResizing is true
Fixes: #11402
0 commit comments