ui-layout
ui-layout copied to clipboard
Splitbar not moving all the way to right and left pane doesn't maximize.
trafficstars
ui-layout rel version: 1.4.1 Issue: Splitbar not moving all the way to right and left pane doesn't maximize.
Steps to reproduce:
- move splitbar right or left by few pixels.
- click on > on the splitbar to maximize left pane. Notice that right pane hides but splitbar stays on same position and left pane doesn't maixmize. Also splitbar cannot be dragged now.
Expected result: on step #2 splitpbar should move to all the way to right and left pane should be maximize.
(plnkr is from issue#161 https://github.com/angular-ui/ui-layout/issues/161) http://plnkr.co/edit/HuvMv0qxEwwwF6val8v7?p=preview
Verified, thanks for the repro
Any thoughts on fixing?
I commented out the ctrl.calculate(); in afterButton.on and prevButton.on..works for me..