Tomi Virkki

Results 24 issues of Tomi Virkki

Currently the formElementDirective doesn't forward a formControl's disabled state to the component. Workaround: ``

### Description If you type an invalid value to a date picker input and hit Esc, the value clears: https://user-images.githubusercontent.com/1222264/184605819-e0965a18-02a2-40f6-8695-cc5d82e0f1a3.mp4 If the date picker has a value beforehand, the behavior...

bug
Severity: Minor
Impact: High
vaadin-date-picker

### What is the problem? With VoiceOver on 1. open https://a11y-vaadin-playground.netlify.app/pages/v22/select.html 2. open the first `` dropdown 3. See the suggested controls ![Screenshot 2021-10-26 at 12 25 59](https://user-images.githubusercontent.com/1222264/138850791-1a8f373d-a680-4a94-946c-cefe1e709472.png) However, Control-Option-Shift-Down...

needs research
a11y
vaadin-select
a11y-finding

The current `parseValue`/`formatValue` API's are grouped under `i18n` object. Yet, the features have nothing to do with internationalization. This was initially done in order to align with the date picker's...

requires new major
vaadin-custom-field
v24

### Description Grid registers some [custom styles for ``](https://github.com/vaadin/web-components/blob/2b0859f55b105278acf722dc25f8f5a5a52bbcc8/packages/grid/theme/lumo/vaadin-grid-styles.js#L399-L407), which doesn't work in the case checkbox gets defined before grid. The result is that the custom styling is ignored and...

enhancement
requires new major
vaadin-grid
v24

With the combination of VoiceOver / Safari, the reading cursor over a focused gri cell expands too much as you start navigating the cells https://user-images.githubusercontent.com/1222264/132312156-fc598b1f-59de-481b-b350-a5ac8e3f3ebd.mp4

a11y
known issue

Remove the current `items` array data provider logic from the core `` and provide it as a separate module. The motivation for this is to have a clear separation between...

enhancement
vaadin-grid

### Describe your motivation Would be helpful to show an informative warning when someone creates a `` with none of `for`, `target` and `slot` set. For example, the following doesn't...

enhancement
DX
vaadin-tooltip

### Description of the bug The [`getMaximumAllowedItems()` algorithm in DataCommunicator](https://github.com/vaadin/flow/blob/1cacea3e2e3e8ffd66dabe433c8a22d2528c1884/flow-data/src/main/java/com/vaadin/flow/data/provider/DataCommunicator.java#L1444) should have a reasonable minimum. The current maximum allowed items / data request is determined with the pattern `10 *...

bug
data provider
Impact: Low
Severity: Major

### Description Grid with `allRowsVisible` sizes incorrectly with varying row height. After scrolling the grid, it snaps to the expected height. https://github.com/vaadin/web-components/assets/1222264/8f4bed83-0d0c-449c-aa69-6fce96398b10 This seems to be a regression from https://github.com/vaadin/web-components/pull/2912...

bug
Severity: Minor
Impact: Low
vaadin-grid
regression