Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add date-time-picker editor to grid-pro integration test #7864

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

web-padawan
Copy link
Member

Description

Added vaadin-date-time-picker column to grid-pro integration test with some TODOs to be fixed by #7858
In particular, switching pickers by pressing Tab currently stops cell editing on focusout which is a bug.

Before V22 it was working as vaadin-date-time-picker inherited internal-tab event from vaadin-custom-field.
However, after we refactored it to not depend on vaadin-custom-field using it in grid-pro became broken.

Also removed "first name" and "last name" columns as they aren't needed by this test and to make all columns fit.

Type of change

  • Test

Copy link

sonarcloud bot commented Sep 25, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
43.2% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@web-padawan web-padawan merged commit 48089e8 into main Sep 25, 2024
8 of 9 checks passed
@web-padawan web-padawan deleted the test/grid-pro-dtp branch September 25, 2024 08:55
web-padawan added a commit that referenced this pull request Sep 25, 2024
#7865)

Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants