vaadin
Here are 664 public repositories matching this topic...
-
Updated
Jul 1, 2020 - Java
-
Updated
Feb 15, 2021 - JavaScript
-
Updated
Feb 15, 2021 - JavaScript
Description
Grid with item details opened- after item deleting and grid refreshing the attribute 'details-opened' stays in a row, that is, in the item that was below the deleted one, even if I call setDetailsVisible(item, false) before deleting an item and doing refreshAll() on the grid.
I add a style for grid row which has item details opened to show what I'm talking about:
#items [
-
Updated
Jan 28, 2021 - Java
-
Updated
Feb 16, 2021 - Java
Since #8506 has been fixed, a Registration is supposed to be idempotent (or idempotent-ish at least), i.e. calling remove() multiple times has the same effect as calling it once.
However, this is not mentioned explicitely in the documentation:
https://github.com/vaadin/flow/blob/c009afc5c24d8a3d6abc14f6f5cd3faea80c1932/
-
Updated
Oct 26, 2018 - Java
-
Updated
Feb 16, 2021 - Java
-
Updated
Feb 4, 2021 - JavaScript
-
Updated
Feb 15, 2021 - Java
-
Updated
Feb 4, 2021 - JavaScript
-
Updated
Dec 13, 2020 - Java
Describe the bug
The logo does not appear where want it to at different screen resolutions.
To Reproduce
Steps to reproduce the behaviour:
- Go to
localhost:3000 - See error
Expected behaviour
A clear and concise description of what you expected to happen.
Screenshots
Fine at 2560x1440. This is what we want it to look at different resolutions:


Vaadin Framework version: 8, all versions
There is a major error in the class com.vaadin.server.VaadinSession (and possibly other classes too, if this is some kind of cargo cult programming in the Vaadin team)
Most public methods in the class use assertions to "check" if the session has the lock. This is fundamentally wrong. Assertions are the wrong tool to check preconditions in public meth