When displaying UI elements ‘dynamically’ (e.g. based on the state of certain variables), the rendered results are sometimes not aligned with expectations. Sometimes it happens that a refresh of the page is required to actually generate the right view OR a refresh might even break the view. It goes so far that when console logging the elements’ hidden or collapsed status, it shows the expected values in the console while it is not rendered to the screen like that.
Has anyone experienced any issues like that?
I cannot easily create a minimal working example for this, since this is related to very specific cases. What I can do is provide an object that, once loaded into Google Chrome’s session storage, allows you to at least render the page in the right state. Next you could then take a look at my code - which is quite lengthy as I cannot just provide you with a minimal working example due to the multitude of scenarios.
Before sharing this, I just want to know whether other’s have experienced issues with the rendering engine.