Skip to content

[Fabric] Add keyboard handlers to ScrollView #12190

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

Merged
merged 6 commits into from
Oct 4, 2023

Conversation

acoates-ms
Copy link
Contributor

@acoates-ms acoates-ms commented Sep 27, 2023

Description

ScrollView does not respond to keyboard commands (page up, page down, home, end, or arrow keys).
Also fixes an issue where the scrollTo command would not scale the target location for scale factor, and ensures that scrollwheel handling chains through multiple scrollviews correctly.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

Why

Resolves #12076 and #12074

Microsoft Reviewers: Open in CodeFlow

@acoates-ms acoates-ms added the Area: Fabric Support Facebook Fabric label Sep 27, 2023
@acoates-ms acoates-ms requested a review from a team as a code owner September 27, 2023 23:25
@acoates-ms acoates-ms requested a review from a team as a code owner September 28, 2023 18:05
@acoates-ms acoates-ms enabled auto-merge (squash) September 28, 2023 18:42
@acoates-ms acoates-ms merged commit c8ef8e3 into microsoft:main Oct 4, 2023
@chrisglein chrisglein linked an issue Oct 24, 2023 that may be closed by this pull request
@jonthysell jonthysell added the New Architecture Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Fabric Support Facebook Fabric Area: ScrollView New Architecture Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Fabric ScrollView does not respond to keyboard commands (page up, page down, home, end, or arrow keys) Implement ScrollView scrollToEnd() for Fabric
3 participants