[MacCatalyst] Picker control Focused and Unfocused events does not trigger whether focusing manually or programmatically. #27957
Labels
area-controls-picker
Picker
partner/syncfusion
Issues / PR's with Syncfusion collaboration
platform/macOS 🍏
macOS / Mac Catalyst
t/bug
Something isn't working
Description
On macOS, the Picker control does not correctly update the focused and unfocused count when triggering .Focus() and .Unfocus(). The Focused and Unfocused event handlers execute, but the labels displaying the count do not reflect the expected updates. This issue occurs when interacting with the picker via buttons that programmatically call .Focus() and .Unfocus().
Note: While fixing this issue enable the mentioned UITest: Issue2339
Screen.Recording.2025-02-21.at.5.21.58.pm.mov
Steps to Reproduce
Expected Behavior:
The Picker's Focused and Unfocused event handlers should update the respective count labels when triggered.
Clicking the focus and unfocus buttons should increment the displayed counts accordingly.
Actual Behavior:
The Picker's Focused and Unfocused event handlers execute but do not update the count labels.
The UI does not reflect the change when the picker gains or loses focus.
Link to public reproduction project repository
No response
Version with bug
9.0.40 SR4
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
macOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: