Serhii Kulykov

Results 146 issues of Serhii Kulykov

### Description When there are multiple `modeless` dialog overlays open at the same time, the `focusTrap` enabled by the one that was opened later always steals focus, event if the...

a11y
vaadin-overlay

- create a `vaadin-month-calendar` as a standalone component with LitElement. - consider it an "internal component" (like `vaadin-overlay`), i.e. no Java API. Prototype: https://github.com/web-padawan/lit-overlays/blob/master/src/lit-date-picker-calendar.ts

next
component-idea

### Description Currently, components like `vaadin-date-picker-overlay` do not respect custom `dir` set on the host element. The only case that supports this is `vaadin-combo-box-overlay` that uses custom logic for this:...

bug
Severity: Minor
Impact: Low
vaadin-overlay
RTL

### Description When using an overlay based component with focusable overlay content e.g. `vaadin-date-picker` or `vaadin-menu-bar`, switching focus with Tab / arrow keys does not cause the overlay elements to...

vaadin-overlay
UX

### Have you read the Contributing Guidelines on issues? - [x] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-issues). ### WebdriverIO Version 9.7.2 ### Node.js Version v20 ### Mode Standalone...

Bug 🐛
help wanted

## Description Part of https://github.com/vaadin/platform/issues/7173 Implemented the following APIs: - `setOrientation()` / `getOrientation()` - `setContainment()` / `getContainment()` - `setForceOverlay()` / `isForceOverlay()` - `setAnimationEnabled()` / `isAnimationEnabled()` - `setStackThreshold()` / `getStackThreshold()` ##...

### Describe your motivation Originally, `NumberField` was using `width: 8em` which was removed in Vaadin 24, see - https://github.com/vaadin/web-components/issues/1311 - https://github.com/vaadin/web-components/pull/5277. However, we missed to remove corresponding styles from `BigDecimalField`:...

vaadin-text-field
requires new major
refactor

## Description This is a PR to check Flow components using Lit based entrypoints of web components. The following components are covered so far: - Accordion - AppLayout - AvatarGroup...

## Description Follow-up to #2253 It seems like SauceLabs no longer provides iOS 10.3 which could be possibly related to [Appium 2 migration](https://docs.saucelabs.com/mobile-apps/automated-testing/appium/appium-2-migration/#supported-drivers). Here's the error from the most recent...

## What I did 1. Upgraded `selenium-standalone` version.