sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

Using the jfx snackerbar must be with a stack pane? #1097

Closed stars-one closed 3 years ago

stars-one commented 4 years ago

I create JfxSnackbar by a vbox.

JFXSnackbar bar = JFXSnackbar(vbox);

And when it show,the control that is in vbox will move down(maybe their padding has changed) after snackbar disappear.

I saw other issues about snacker.I have a quesion Using the jfxsnackerbar must be with a stack pane?

I think snack bar should adjust all pane rather than only with stack pane.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.