Skip to content

Fix: Clicking on an item in the member list causes it to scroll to the top rather than show the profile view #30455

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 5 commits into from
Aug 1, 2025

Conversation

langleyd
Copy link
Member

@langleyd langleyd commented Jul 31, 2025

Fixes #30454

The issue is caused by a conflict between the onClick handler on the item(that opens the profile) and the onFocus handler on the ListView(that makes sure the last focused roving tab item is scrolled on screen).

The fix is to stop the onFocus raised by the clicking of the item bubbling to the ListView.

@langleyd langleyd marked this pull request as ready for review August 1, 2025 08:03
@langleyd langleyd requested a review from a team as a code owner August 1, 2025 08:03
@langleyd langleyd requested review from dbkr and MidhunSureshR August 1, 2025 08:03
@langleyd langleyd changed the title Fix: Clicking on an item in the new member list causes it to scroll to the top rather than show the profile view Fix: Clicking on an item in the member list causes it to scroll to the top rather than show the profile view Aug 1, 2025
@langleyd langleyd added this pull request to the merge queue Aug 1, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 1, 2025
@langleyd langleyd added this pull request to the merge queue Aug 1, 2025
Merged via the queue into develop with commit 2250f5e Aug 1, 2025
35 checks passed
@langleyd langleyd deleted the langleyd/fix_member_list_click_failure branch August 1, 2025 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clicking on an item in the new member list causes it to scroll to the top rather than show the profile view
2 participants