Hi, The first issue is about the flickering of the screen: I am wondering if I configured anything wrong. I implemented the specialized ClientWindowConfig and override these 4 methods and each returns true
isClientWindowStoreWindowTreeEnabledOnLinkClick isClientWindowStoreWindowTreeEnabledOnAjaxRequest isClientWindowStoreWindowTreeEnabledOnButtonClick isClientWindowTokenizedRedirectEnabled All working, no destroyed viewAccessScope and so on, however I still see a lot of flickering when navigating over a primefaces menu backed by a navigation bean (responsible for the typesafe outcome). These are mainly links that cause a POST with an outcome or just simple GET links. I could provide a demo for this issue. The second issue is a nice to have for better user experience: It works for buttons (thank you Thomas for fixing this https://issues.apache.org/jira/browse/DELTASPIKE-968) But when the user scrolled down, somewhere at the bottom of a long page to click the buttons the page seems to scroll up again, because it shows the state of the html when the page was initially loaded. Can you somehow improve that behavior to show the state of the browser just the moment before a link or button is clicked? Best regards, Markus
