hilla icon indicating copy to clipboard operation
hilla copied to clipboard

CCDM: v15 router does not execute scroll handlers on popstate events

Open manolo opened this issue 5 years ago • 2 comments

when there is client-side router in V15, it disables popstate handlers added by flow-client.

There is a hack that restore scroll position on navigation see implementation in https://github.com/vaadin/flow/blob/master/flow-client/src/main/java/com/vaadin/client/ScrollPositionHandler.java#L217

manolo avatar Feb 13 '20 20:02 manolo

ScrollIT is disabled because of this issue : https://github.com/vaadin/flow/pull/10512

denis-anisimov avatar Mar 31 '21 05:03 denis-anisimov

Also CustomScrollCallbacksIT is disabled

denis-anisimov avatar Mar 31 '21 05:03 denis-anisimov