Hi Markus,
1) does it still flicker for you when you use a button or normal link?
Is it just related to the PF menu? Or PrimeFaces ajax request?
2) Could be possible - not sure.
please create a feature request.
Regards,
Thomas
2015-11-17 17:26 GMT+01:00 Markus Lachat <[email protected]>:
> 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
>
>