Serhii Kulykov

Results 146 issues of Serhii Kulykov
trafficstars

Setting `flex-shrink` to `0` on the host element is expected to make it easier for Flow users (place vertical layout inside of the horizontal layout, or vice versa). See also...

requires new major
needs research
vaadin-ordered-layout

### Describe your motivation Currently, `vaadin-upload` renders the file list using the corresponding `` fallback content. The current implementation has the following implications that might worth addressing: ### Styling In...

requires new major
vaadin-upload
refactor
v24

## Description Pre-requisite for #3820 This PR adds a new internal API for `vaadin-grid-column` element to change how its body cells are rendered. The idea behind the DOM structure is...

### Motivation We make the icons hidden from screen readers in #2936 but in some cases users might want to override this. ### Proposed solution Inspired by how the [``](https://github.com/ing-bank/lion/blob/master/packages/icon/src/LionIcon.js)...

enhancement
needs research
a11y

### What is the problem? When using iOS VoiceOver, scrolling happens by moving focus between items in the dropdown. While it's possible to scroll to bottom, there is a problem...

needs research
a11y
vaadin-combo-box

This ticket is a list of tests that fail in GitHub Actions occasionally. We need to investigate if they can be fixed, or skipped. ## Unit tests ### Chrome ```...

internal

### Describe your motivation We would like to make it easier for Flow users to access the content of the `vaadin-upload` named slots: - `"add-button"` - `"drop-label"` - `"drop-label-icon"` This...

requires new major
vaadin-upload
refactor
v24

### Motivation As part of #1993 we added legacy class aliases to the `vaadin-` prefixed packages, e.g. ```js import { GridElement } from '@vaadin/vaadin-grid'; ``` In Vaadin 22 these already...

requires new major
v24

### Describe your motivation The `DirHelper` has been added in https://github.com/vaadin/vaadin-element-mixin/pull/32 to address browser differences with regards to how `scrollLeft` is calculated when using `dir="rtl"`. Back then, as of early...

requires new major
refactor
RTL
v24

Currently, when using [`vscode-lit-plugin`](https://github.com/runem/lit-analyzer/tree/master/packages/vscode-lit-plugin), the auto import feature does not work as expected: https://user-images.githubusercontent.com/10589913/102873974-7ff58e80-444a-11eb-848e-1dda8d546476.mov The imported file is the one which contains `HTMLElementTagNameMap` interface definition: the one under `src`. However,...

requires new major
epic
typescript
v25