Stefan Uebe

Results 40 issues of Stefan Uebe

In the actual version of V15, when in development mode, endpoints and related entities are generated only when the application starts up / during runtime. This behavior is un-intuitive and...

hilla

### Description of the bug / feature Deleting children of an expanded tree grid item plus refreshing that item via `DataProvider.refreshItem(item, true)` works unless the last child is deleted. In...

bug
data provider
Impact: High
Severity: Major

The vaadin servlet sets a fixed cache time for any static resource delivered by it when in production mode. This fixed cache time is one hour and cannot be modified....

enhancement

The current version of tabs do not support the adding of a content area for a single tab but only switching some view content by a self implementation. This might...

vaadin-tabs
component-idea

### Describe your motivation All our input fields contain a `vaadin-input-container`, that is marked as `part="input-field"`, through which a `theme-for` css import can style that part. Custom field is an...

enhancement
vaadin-custom-field

### Description (Preamble: Not sure, if this is a Flow or web component issue. :) ) Edit columns with custom fields show for a very short amount the value of...

bug
needs research
Severity: Minor
Impact: High
vaadin-grid-pro
needs discussion

### Describe your motivation The dialog can be dragged around by the user, but currently there is no way to react on any position change / drag around. To get...

enhancement
vaadin-dialog

A customer of us had the following problem: he added an addon from our directory to his Spring Boot application as maven dependency. After preparing the frontend and starting the...

documentation
enhancement
spring
Severity: Major
Impact: High

The functionality of the chained method call `getElement().getNode().runWhenAttached(ui -> ...)` is a mighty feature to delegate code execution to the moment, when an element is really attached to the UI....

enhancement
needs design

The Vaadin Grid has setItems methods, that shortcut the creation of data providers. Such kind of api could also be applied to the FullCalendar, e.g. * setEntries(Entries... ) would create...

enhancement