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

feat: make Scroller implement Focusable #5738

Merged

Conversation

brunovianarezende
Copy link
Contributor

Description

Fixes #3766

Added Focusable interface to Scroller.

Type of change

  • Bugfix
  • [ X ] Feature

Checklist

  • [ x ] I have read the contribution guide: https://vaadin.com/docs/latest/contributing/overview
  • [ x ] I have added a description following the guideline.
  • [ x ] The issue is created in the corresponding repository and I have referenced it.
  • [ x ] I have added tests to ensure my change is effective and works as intended.
  • [ x ] New and existing tests are passing locally with my change.
  • [ x ] I have performed self-review and corrected misspellings.
  • [] I have not completed some of the steps above and my pull request can be closed immediately.

Additional for Feature type of change

  • [ x ] Enhancement / new feature was discussed in a corresponding GitHub issue and Acceptance Criteria were created.

@CLAassistant
Copy link

CLAassistant commented Nov 16, 2023

CLA assistant check
All committers have signed the CLA.

@brunovianarezende brunovianarezende force-pushed the make-scroller-implement-focusable branch from 5a08277 to 561e5f4 Compare November 22, 2023 17:57
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@web-padawan web-padawan merged commit f377e85 into vaadin:main Nov 23, 2023
1 check passed
mvysny pushed a commit that referenced this pull request Nov 23, 2023
@brunovianarezende brunovianarezende deleted the make-scroller-implement-focusable branch November 23, 2023 11:28
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with Vaadin 24.3.0.beta1 and is also targeting the upcoming stable 24.3.0 version.

sissbruecker added a commit that referenced this pull request Jan 11, 2024
* feat: Add AbstractLogin.setErrorMessage(). Fixes #1525

* chore: minor javadoc improvement

* chore: improve javadoc of AbstractLogin.getI18n()

* refactoring: rename setErrorMessage() to showErrorMessage()

* feat: make Scroller implement Focusable (#5738)

* small cleanup and test improvements

---------

Co-authored-by: Bruno Rezende <[email protected]>
Co-authored-by: Sascha Ißbrücker <[email protected]>
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with Vaadin 24.4.0.alpha1 and is also targeting the upcoming stable 24.4.0 version.

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.

Scroller is missing interface Focusable
4 participants