Serhii Kulykov
Serhii Kulykov
## What I did Fixes #1072 1. Added `setWindowSize()` to Webdriver launcher (only in "SessionManager" used with `concurrency: 1`) 2. Updated `setViewportPlugin()` to use the new `setWindowSize()` API with Webdriver...
There is a following error in the build for #2852 which I can also reproduce locally: ``` $ npm run test:node -w @web/test-runner-commands > @web/[email protected] test:node > mocha test/**/*.test.ts --require...
This is a transitive dev dependency pinned in package.json: https://github.com/vaadin/flow/blob/51a7bb9888947be213b19d0389c2ea6f3874295d/flow-server/src/main/resources/com/vaadin/flow/server/frontend/dependencies/default/package.json#L11 It was introduced in https://github.com/vaadin/flow/pull/13547, see that PR for comments. There should be no need to pin it, `"jake"` dev...
## Description Unlike other components like `vaadin-combo-box` and `vaadin-date-picker`, clicking toggle button does NOT focus the `vaadin-select-value-button`, whereas clicking anywhere else in `vaadin-input-container` does focus it. This can end up...
## Description Currently, the logic for restoring `focus-ring` attribute in `vaadin-select` works incorrectly when closed on outside click. 1. First, `focus-ring` is set in the `_openedChanged` observer based on `_openedWithFocusRing`,...
### Describe your motivation In #6055, we removed logic responsible for scrolling the selected item into the viewport and marking it as focused. While this improves UX with `dataProvider`, it...
### Describe your motivation We'll have all components based on Lit in V25 and keep using Polymer in V24. It makes no sense to keep Lit versions around especially due...
### Motivation When adding a new item to message-list, there is a JS logic that checks if there is >50px to bottom: https://github.com/vaadin/web-components/blob/8068d7d35ec0ffe26582a83630c3ad5b27b90233/packages/message-list/src/vaadin-message-list-mixin.js#L98 There is also a test that expects...
## Description Fixes https://github.com/vaadin/web-components/issues/1610 Depends on #9007 - Added CSS for nested lists from Quill core - Copied mostly without changing, including not working RTL styles (see below) - Modified...
## Description Fixes #1680 - Upgraded Quill to v2, branch in the fork: https://github.com/vaadin/quill/tree/vaadin-quill-v2 - Replaced shadow selection polyfill with `getComposedRanges()` API available since Safari 17+ - Based on the...