Goal: I am building a multi-page app where I have a stepped container in a splitpane component. As the developer, I've noticed on occasion that my stepped container's header/footer will disappear or some of the components will disappear. However, for my users it seems to be very frequently.
Steps: I've tried to reproduce it consistently, but it seems to be inconsistent and changes every time I refresh the page, on some clients more than others.
I've been playing around with the app trying to come up with a workaround. It seems like moving the components around on the Overview tab seems to reset things in the My Requests tab. For example, go to the Overview tab and shorten the width of group1, then move it back to it's original width. Go to the My Requests tab and it shows up there too.
Then, go back to the Overview tab, resize button3 and formButton1, then move them back to their original size. Then should then appear in My Requests as expected
I hope that helps in the meantime!
Thanks! I've been having issues with it staying consistently. For now since it's just the header and footer of the stepped container component, I moved those components out into the body of the container. Though it's not sticky, it consistently shows which is the minimum I need for it to be usable.