-
Notifications
You must be signed in to change notification settings - Fork 194
After moving the splitter toggle to expand left column to maximum is not working #209
Comments
It looks like the Holy grail demo (ui-layout v1.0.5) doesn't have this issue. |
In ui-layout v1.0.5, you will not get this issue and also it will not support ng-repeat. |
Anyone take the time to see what the diff between the two versions (and subsequent versions) were that caused the break? |
+1, this is breaking for me too, you can repro by just clicking on the different toggles several times. I This seems to be broken in 1.4.0, 1.4.1, and 1.4.2 I reverted back to 1.3.1 and it works |
Looks like someone found a solution here |
…en after small resize, see issue angular-ui#209 fix brought from stackoverflow answer http://stackoverflow.com/questions/34310279/angular-ui-layout-toggle-not-working
+1 |
calculate issue when the afterbutton click. the root cause due to do not update the uncollapsedSize of prevContainer when toggleAfter. |
Here is my HTML:
Surprisingly it does work for the right panel!
You can try it live at http://editor.swagger.io. You'll need to move the splitter a little before toggling to get the error.
The text was updated successfully, but these errors were encountered: