Olli Tietäväinen

Results 49 issues of Olli Tietäväinen

When building a fresh project with Vaadin 14.6.1 the npm or pnpm command is missing in the command used to install npm, only the arguments are used by the command...

bug
investigation
node/npm/pnpm
Impact: Low
Severity: Major
windows

Currently, in `DefaultConnectionStateHandler::xhrInvalidContent` , there is a check for `UIDL_REFRESH_TOKEN = "Vaadin-Refresh"` in the response text. If the token is found, there's a redirect to the wanted URL. This same...

Stale

- Vaadin Framework version: 8.8.2 - Browser version: At least Chrome and Firefox on Win 10 - Description of the bug: Create a FormLayout with a Slider. Initially, set the...

bug
Stale
workaround

- Vaadin Framework version 8.5.1 Opposite case of https://github.com/vaadin/framework/issues/11091 : If use `setComponentError()` to set an error message for a component and then use a binding to update the bean,...

documentation
Stale

If you happen to define your routes with a `component` that hasn't been added to the custom element registry (perhaps due to a missing `import`), you will end up with...

enhancement
hilla

Missing feature: "Remember me" checkbox, which you could check if you want your login info to be stored so that you don't need to log in again with the same...

enhancement
Impact: High
vaadin-login

There are some Vaadin-specific servlet parameters (`heartBeatInterval`, `closeIdleSessions` etc.) that need to be configured for different environments from time to time. The existence of those parameters is documented here: https://vaadin.com/docs/v10/flow/advanced/tutorial-application-lifecycle.html...

documentation
enhancement

Currently with Spring Boot, the VaadinServlet is registered in Spring Boot autoconfiguration. In cases where you would like to create custom Servlet (for example a custom session destroy listener), there's...

documentation

### Describe your motivation In Vaadin 8, you could add multi-sort columns by holding the shift key and clicking the columns. There should be at least an option to do...

enhancement
vaadin-grid

### Describe your motivation Based on feedback: https://vaadin.com/forum/thread/18816965/p-vaadin-v23-2-0-includes-component-multi-select-combo-box-p `For me, for example, the new Vaadin mscb is not usable, because it doesn't provide option to always show full item labels.`...

enhancement
Impact: Low