-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Obsolete FocusChangeRequested #14299
Copy link
Copy link
Closed
Labels
fixed-in-8.0.0-rc.1.9171Look for this fix in 8.0.0-rc.1.9171Look for this fix in 8.0.0-rc.1.9171legacy-area-a11yRelates to accessibilityRelates to accessibilityplatform/androidplatform/iosplatform/macosmacOS / Mac CatalystmacOS / Mac Catalystplatform/windowst/a11yRelates to accessibilityRelates to accessibilityt/enhancement ☀️New feature or requestNew feature or requestt/housekeeping ♻︎
Milestone
Description
Description
With the refactoring of the focus code to use mappers, FocusChangeRequested is no longer needed. Using mappers is the preferred method forward.
[Obsolete]
public event EventHandler<FocusRequestArgs> FocusChangeRequested;
maui/src/Controls/src/Core/VisualElement.cs
Lines 1058 to 1059 in 12aa0ee
| [EditorBrowsable(EditorBrowsableState.Never)] | |
| public event EventHandler<FocusRequestArgs> FocusChangeRequested; |
Steps to Reproduce
maui/src/Controls/src/Core/VisualElement.cs
Line 1059 in 12aa0ee
| public event EventHandler<FocusRequestArgs> FocusChangeRequested; |
Link to public reproduction project repository
https://github.com/dotnet/maui
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android, Windows, macOS, Other (Tizen, Linux, etc. not supported by Microsoft directly)
Affected platform versions
all
Did you find any workaround?
No response
Relevant log output
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fixed-in-8.0.0-rc.1.9171Look for this fix in 8.0.0-rc.1.9171Look for this fix in 8.0.0-rc.1.9171legacy-area-a11yRelates to accessibilityRelates to accessibilityplatform/androidplatform/iosplatform/macosmacOS / Mac CatalystmacOS / Mac Catalystplatform/windowst/a11yRelates to accessibilityRelates to accessibilityt/enhancement ☀️New feature or requestNew feature or requestt/housekeeping ♻︎