Hannes Widmoser
Hannes Widmoser
You mean the current tests before the changes @SomeKittens right? I think some of the test simply don't make sense to pass after these changes because they are basically testing...
@SomeKittens: I have simulated the event and marked it _deprecated_ in the documentation.
It can be fixed, by setting one of the layout containers to `central` (see [plunker](http://plnkr.co/edit/irfVPo8qMIMgf6KxeB4M?p=preview)). So the current behaviour is that when the window is resized, all containers keep their...
Before I start on this, I would like to agree on a resizing semantics with the project maintainers. Because it's a topic that is not so clear how to do...
This seems to work now on the master branch, but there is another issue: #162
@petrsimon, @SomeKittens I turned on animations by default in the PR. I like the idea to limit animations to collapsing/toggling as it might also fix the issues reported in #161,...
Something I was also thinking about is to have a look at whether it would be possible to simplify the collapse/toggle implementation and after that do everything related to it...
@SomeKittens is there something else that needs to be done before merging this PR?
Note that I intentionally omitted saving the collapsed state, because I need to read the code in more detail to understand it fully. Maybe the collapsing implementation can be simplified,...
Ok I will try to clean everything up.