Manuel Carrasco Moñino
Manuel Carrasco Moñino
We had a test able to call `Mockito.mock` from classes created in custom classloaders working in mockito 1.x, when upgrading to 3.x it fails. The test code demonstrating the issue...
#### Location of the documentation [README](README.md) #### Documentation problem I have this channel, but cannot find this pattern in the documentation `https://web.telegram.org/?legacy=1#/im?p=g123456789` (note 'g' prefix plus 9 numbers) #### Suggested...
Hilla needs an equivalent feature to Flow page title defined for routes. See the [Flow feature](https://vaadin.com/docs/latest/flow/routing/page-titles) for design ideas. Probably depends on the [Router metadata feature](https://github.com/vaadin/router/issues/444)
In V14 `router-link` goes to the same view even when it does not handles that route. Clicking on the link in the below snippet, V14 continues showing the same UI,...
1.- in `flow-tests/test-embedding/embedding-test-assets` run `mvn install` 2.- in `flow-tests/test-embedding/test-embedding-production` enable client side bootstrapping ``` ... false ``` 3.- run `mvn verify` and every tests will fail 4.- create a `frontend/index.ts`...
- open 'foo' router - navigate to 'invalidate' by clicking on the link 'invalidate' view should be displayed after the navigation happens, but 'foo' is shown instead. ``` @Route(value =...
See `StartupPerformanceIT.devModeInitializerToWebpackUpIsBelow5500ms` , the threshold should be set to 5500 but in v15 it needs to be 9500 to pass Considerations: - The project for measuring performance produces a mostly...
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
JavaScriptBootstrapUI puts the view in a wrapper appended as a virtualChild. We might override the `getElement()` to return the wrapper, it apparently works, but breaks `$server` methods in client side....
When generating the `tsconfig.json` avoid any comment because IDE can complain about it. Original report was in forum: https://vaadin.com/forum/thread/18187819/problem-vaadin-15-0-3-and-eclipse