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

Use UIElement focus #4305

Open
Tracked by #9394
kmelmon opened this issue Mar 12, 2020 · 0 comments
Open
Tracked by #9394

Use UIElement focus #4305

kmelmon opened this issue Mar 12, 2020 · 0 comments
Labels
Area: Focus enhancement Needs WinUI 3 Indicates that feature can only be done in WinUI 3.0 or beyond. Workstream: Component Parity Close the parity gap between RNW and RN for core RN components and their supporting APIs.
Milestone

Comments

@kmelmon
Copy link
Contributor

kmelmon commented Mar 12, 2020

Currently we have to create an extra wrapper Control for focus related APIs to work on RN components. In OSS XAML, UIElement supports being focused directly.

This task is tracking optimizing away the Control we currently create and setting focus directly on the XAML view.

@ghost ghost added the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Mar 12, 2020
@kmelmon kmelmon changed the title Use UIElement focus. Use UIElement focus Mar 12, 2020
@chrisglein chrisglein added this to the Backlog milestone Mar 16, 2020
@chrisglein chrisglein added Area: Focus Needs WinUI 3 Indicates that feature can only be done in WinUI 3.0 or beyond. and removed Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) labels Mar 16, 2020
@ghost ghost added the Invalid Triage https://github.com/microsoft/react-native-windows/wiki/Triage-Process (label applied by bot) label Sep 16, 2020
@chrisglein chrisglein added enhancement and removed Invalid Triage https://github.com/microsoft/react-native-windows/wiki/Triage-Process (label applied by bot) labels Sep 25, 2020
@chiaramooney chiaramooney added the Workstream: Component Parity Close the parity gap between RNW and RN for core RN components and their supporting APIs. label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Focus enhancement Needs WinUI 3 Indicates that feature can only be done in WinUI 3.0 or beyond. Workstream: Component Parity Close the parity gap between RNW and RN for core RN components and their supporting APIs.
Projects
None yet
Development

No branches or pull requests

3 participants