Teppo Kurki

Results 57 comments of Teppo Kurki

> Hmmm... nitpicking here... it's not a DataProvider, nor would I see this documented in FetchItemsCallback or its fetchItems(String, int, int) method. But maybe it could be considered logical and...

Reverted the commit due to the implementation closing the UI on Firefox when clicking on a download link. Needs a better fix which does not break the UI when using...

Did a couple of fixes and a new PR here: https://github.com/vaadin/flow/pull/19487. Closing this one now.

Tried to reproduce this issue with more current versions today, but was not able to trigger a reload loop no matter how I start the application. Is this still a...

Looks like this could actually be a Jetty issue (https://github.com/jetty/jetty.project/issues/12272#issuecomment-2467932316). Let's wait for Jetty project people to work that ticket to a conclusion before attempting to fix something in Vaadin.

Fair enough. Jetty fix looks good. I'll start looking into how we could refactor the blocking reads and writes out of session lock being held.

Blocking calls for `UidlRequestHandler` have now been moved outside `VaadinSession` lock for `24.4`, `24.5` and `main` branches, so I'll close this ticket. If there are further problems, please create a...

If you use `readBean`, `getChangedBindings` should provide all changed bindings (valid or invalid) which have not yet been committed using `writeBean`. When using `setBean` it becomes more cumbersome since valid...

> Related issue #18800 I would even say this is duplicate of the older issue

Reverted due to the changes causing [test failures in Hilla](https://github.com/vaadin/hilla/pull/3255). For now, the workaround of adding a dummy view should be used, and the issue will be revisited in the...