Sergey Vinogradov

Results 32 issues of Sergey Vinogradov

The `type` property of `package.json` may be used by frontend tooling (e.g Webpack, Vite) in determining whether the package's entry point is a CJS or ES module. If no property...

### Description of the bug In [a basic Vite example](https://stackblitz.com/edit/vitejs-vite-hbzhhv?file=vite.config.ts), you can see that Vite automatically restarts the server once you change the Vite config file that is `vite.config.ts` by...

bug
Impact: Low
Severity: Minor
vite

## Motivation Currently, the way field components handle non-parsable values or constraints is not consistent and user-friendly. - `integer-field` resets values that don't match the integer pattern, showing a warning....

requires new major
DX
validation

### Describe your motivation Currently, if you initialize `time-picker` with a value that is out of limits specified by the `min` and `max` properties, it will try to adjust the...

requires new major
vaadin-time-picker
refactor
v24

As discovered in #3031, the Material focus outline color in the checkbox is different from the radio-button when unchecked. ![image](https://user-images.githubusercontent.com/5039436/142207574-e311381c-6608-4e73-8c59-da96d6af9d2f.png) ![image](https://user-images.githubusercontent.com/5039436/142207583-6aed3853-2981-4349-82bc-f624f0a79081.png) ### Expected outcome The focus outline should be the...

bug
Severity: Minor
Impact: Low
theme
vaadin-checkbox

## Motivation Validation is not triggered consistently on constraint and value property changes across field components. To illustrate the issue, look at how different components handle validation on change of...

refactor
validation

### What is the problem? As demonstrated in https://github.com/vaadin/web-components/issues/4365#issuecomment-1269641430, when opening a confirm-dialog, some ATs don't announce its message probably because the message container is not specifically associated with the...

a11y
vaadin-confirm-dialog

### What is the problem? As demonstrated in https://github.com/vaadin/web-components/issues/4365#issuecomment-1269641430, when opening a confirm-dialog, JAWS announces its message 3 times. The cause may possibly be the same as in #4684. ![image](https://user-images.githubusercontent.com/5039436/194278775-16930608-4367-470e-b502-2bf6d47c59b4.png)...

a11y
vaadin-confirm-dialog

### Describe your motivation There is a logic in the ComboBox counterpart's connector that prevents it from keeping too many pages loaded in memory in case of really large lists...

enhancement
vaadin-combo-box

### Description Both `minlength` and `maxlength` don’t validate programmatically set values as follows from [the HTML specification](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#setting-minimum-input-length-requirements:-the-minlength-attribute). This means that `checkValidity()` of `text-field` and `text-area` may give a false positive...

bug
Severity: Minor
Impact: Low
validation