WeCodePixels / theia-sticky-sidebar

Glues your website's sidebars, making them permanently visible while scrolling.
MIT License
569 stars 209 forks source link

Problem with "Collapsible Group" #39

Closed Zeg31 closed 7 years ago

Zeg31 commented 7 years ago

Thank you for your helpfull and well documented plugin!

There is one problem I cannot solve by my own.

When you scroll down on your "Bootstrap 4 example" and then click on "Collapsible Group Item 3", I would expect that in the end Column 2 an Column 3 should end on the same level. But they don't. On next scrolling, there is a little "Jump" in Column 3.

Update: They should not end at same level, but placed better ...

I know thats not the focus of your plugin. But if you need someone to test a beta, I would love it. :)

Tested on Firefox 51.0.1 and Chrome 56.0.2924.76. (Click on "Collapsible Group Item 3" breaks on online-Example but works fine on my local maschine.)

Best wishes, Zeg

Zeg31 commented 7 years ago

I solved my problem by adding $(window).trigger('resize'); in my "Collapse-Event".

Greetings, Zeg