Tatu Lund
Tatu Lund
Related to https://github.com/vaadin/flow-components/issues/2964
> Currently, when you drop a DragComponent onto a Map, the DropEvent does not provide a means to obtain the Coordinate of the drop location. In case of dropping to...
Isn't this solved from Vaadin 17 onwards when using count estimator via the new DataView API ?
Additional question, should `setDetailVisible(true)` / `showDetail()` throw IllegalStateException if detail component is not set yet?
Does this issue reproduce with 24.8.12 or 24.9.4 ? There is one fix about freeze panes introduced.
Good point, the example can be adopted from this recipe: https://cookbook.vaadin.com/tree-grid-recursive-selection
I think the stacktrace alone is not enough for judging whether the exception seen here is something that should or should not happen. It would be greatly beneficial you would...
> That would also mean that the Session is locked by the access for the duration of the data retrieval process No, that is not the intent here. The point...
> During the dataBackend.getData call, the CDI-Event may be fired. Is it the dataBackend that has CDI Event injected in it, and then fires it? If so, it naturally cannot...
> into a NullPointer if VaadinSession.setSession wasn't called at the beginning of the runnable. Exactly, you should interpret that by not using something that requires VaadinSession to present in the...