flow-and-components-documentation icon indicating copy to clipboard operation
flow-and-components-documentation copied to clipboard

The documentation for the Vaadin framework version 10+

Results 100 flow-and-components-documentation issues
Sort by recently updated
recently updated
newest added

In https://vaadin.com/docs/v15/flow/advanced/tutorial-all-vaadin-properties.html, it doesn't include the `useDeprecatedV14Bootstrapping` property which allows a user to use the server-side bootstrapping and routing.

fusion
Severity: Minor
Impact: Low

Deploying a Vaadin app to Tomcat 8.0.x, 8.5.x and 9.0.x being built with production mode has some visual elements broken. ## Steps to reproduce 1) Download Beverage buddy from https://vaadin.com/start/v10-simple-ui...

The original ticket is : https://github.com/vaadin/spring/issues/602. `resourceHandlerMapping` overlaps with vaadin mapping. It means that one or another handler won't work. We should document a way to make them co-exist. E.g....

Severity: Major
Impact: Low

Currently, we don't have any recommendations/guidance on how to setup the development tool. A few options: 1. Use IntelliJ IDEA Ultimate version for both Java and TypeScript. 2. Use IntelliJ...

fusion
Severity: Minor
Impact: High

As the title suggests I miss the documentation for the URL parameter `?restartApplication` in the documentation for Vaadin 14. For Vaadin 8 the description was really good and can be...

bug
tutorial
Severity: Major
Impact: High

There is no mention in the documentation about the new API introduced in V15: `BootstrapInitialPredicate` and `BootstrapUrlPredicate` interfaces for deciding when to eager load the UIDL fragment, and when to...

fusion
Severity: Major
Impact: Low

There is no documentation on the page or in the `Book of Vaadin 14` (Chapter 17). When I compile a SpringBoot-Vaadin project like the starter-flow-spring https://github.com/vaadin/skeleton-starter-flow-spring/ with `mvn clean install...

bug
Severity: Major
Impact: High

Download minimal (not) working example [demo.zip](https://github.com/vaadin/flow/files/2367494/demo.zip) This is a spring boot application using vaadin. It uses the following template: ``` class PersonForm extends Polymer.Element { static get is() { return...

bug
Severity: Minor
Impact: Low

Currently, there's no documentation about the server-side classes that correspond to basic HTML elements, like Div, Paragraph, etc.; that should be created.

bug
Severity: Minor
Impact: High

Not sure if this is an issue with documentation, Flow or the starters. Added `@StyleSheet("styles.css")` as advised [here](https://vaadin.com/docs/v14/flow/importing-dependencies/tutorial-include-css.html) and it seems to be looking for the file from under "http://localhost:8080/frontend/styles.css"...

bug
tutorial
Severity: Major
Impact: High