Serhii Kulykov

Results 146 issues of Serhii Kulykov

This feature is present in the V8 version (which is using native `select` under the hood): https://demo.vaadin.com/sampler/#ui/data-input/multiple-value/list-select

enhancement
vaadin-list-box

Quickly updated RTE on top of Quill 2.0.0-dev.3 for possible using in Incubator project. Prototype branch: https://github.com/vaadin/vaadin-rich-text-editor/tree/quill-2x Quill fork: https://github.com/web-padawan/quill/tree/shadow-2x There are at least 2 breaking changes in Quill 2.0...

enhancement
vaadin-rich-text-editor

The setting is promoted by both our starters and Polymer Starter Kit. What it does is setting `passive: true` when adding event listener, and therefore unability to invoke `e.preventDefault` on...

vaadin-context-menu
known issue

### Description When user clicks a disabled item, the `click` event propagates to `vaadin-select`. This happens because of the following code: https://github.com/vaadin/vaadin-select/blob/602dd1abd75331677bea441164e80bb80338cee2/src/vaadin-select.html#L455-L458 #### Live Demo ![disabled-item](https://user-images.githubusercontent.com/10589913/83392764-4f8eca00-a3fe-11ea-9160-122578acce14.gif) #### Expected Results Nothing...

bug
Severity: Minor
Impact: Low
vaadin-select

## Description Related to https://github.com/vaadin/web-components/pull/7392 ## Type of change - Enhancement ## Note Currently `getColorOptions()` doesn't return the default value of the corresponding web component property. This could be probably...

### Description Reported in https://github.com/vaadin/flow-components/pull/6337#discussion_r1673707947 Similar issue to what was fixed for Dialog in https://github.com/vaadin/flow-components/pull/5258. This is reproducable as such: - Configure popover to open / close on hover -...

bug
Severity: Minor
Impact: Low
known issue
vaadin-popover

## Description DO NOT MERGE. The PR is for testing IE11 in SauceLabs Based on https://github.com/vaadin/quill/pull/5 ## Type of change - Test

## What I did Fixes https://github.com/modernweb-dev/web/issues/2793 1. Added a flag to disable the behavior altering change in latest Node 22.7.0 which makes one of the tests fail.