Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
SliderPanel - Not staying collapsed using push
Hello,
I use the SliderPanel addon in my project ( https://vaadin.com/directory#!addon/sliderpanel ) as some kind of sidebar navigation.
I am in a situation where I need to show a spinner in the UI.
By consequence I manualy push that change to the UI by uing
UI.getCurrent().push();
The cause I need to do this is that before I navigate to a view I want to show a spinner as some views could contain heavy computations before they are finished to show.
Unfortunately, if i collapse the SliderPanel and show the spinner using push, the SilderPanel gets visible again after the view is visible.
Is there someone that could help me out?
I attached a minimum example of what I mean (just change the vies using the SliderPanel).
I'm having a similar issue. Have you found a workaround or fix?
https://vaadin.com/forum#!/thread/13932687
Hello, unfortunately I have found no solution so far. I create an issue on Github, but it seems the author of the addon is not very active atm...