Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[UWP] Fix crash PopAsync in CollectionView SelectionChanged #11160

Merged
merged 2 commits into from
Nov 23, 2020
Merged

Conversation

jsuarezruiz
Copy link
Contributor

Description of Change

Fix crash PopAsync in ColllectionView SelectionChanged on UWP.

Issues Resolved

API Changes

None

Platforms Affected

  • UWP

Behavioral/Visual Changes

None

Before/After Screenshots

Before

Crash

After

fix11090

Testing Procedure

Launch Core Gallery and navigate to the issue 11090. Press the button to navigate to a new page, and after navigate, select an item from the CollectionView. If navigate back without exceptions, the test has passed.

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

@jsuarezruiz jsuarezruiz added t/bug 🐛 p/UWP i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often a/collectionview labels Jun 22, 2020
@samhouts samhouts requested review from hartez and samhouts June 23, 2020 22:52
@samhouts samhouts changed the base branch from 4.6.0 to 4.7.0 June 25, 2020 22:25
@hartez
Copy link
Contributor

hartez commented Jun 26, 2020

@jsuarezruiz I don't understand what this fix actually does - do we still need this, or has it been addressed in another PR?

@samhouts samhouts changed the base branch from 4.7.0 to 4.8.0 July 8, 2020 18:14
@samhouts samhouts changed the base branch from 4.8.0 to 5.0.0 August 4, 2020 22:10
@samhouts samhouts added this to the 5.0.0 milestone Aug 4, 2020
@samhouts samhouts added the DO-NOT-MERGE-!!! 🛑 This is in progress and needs to be updated before it can be merged. label Aug 24, 2020
@jsuarezruiz jsuarezruiz removed the DO-NOT-MERGE-!!! 🛑 This is in progress and needs to be updated before it can be merged. label Sep 14, 2020
@Redth Redth requested a review from hartez November 12, 2020 02:53
@rmarinho rmarinho added the blocker Issue blocks next stable release. Prioritize fixing and reviewing this issue. label Nov 16, 2020
@rmarinho rmarinho requested review from mattleibow and removed request for samhouts November 16, 2020 10:40
@rmarinho rmarinho merged commit 53e1f75 into 5.0.0 Nov 23, 2020
@rmarinho rmarinho deleted the fix-11090 branch November 23, 2020 08:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/collectionview blocker Issue blocks next stable release. Prioritize fixing and reviewing this issue. i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often p/UWP t/bug 🐛
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] UWP: PopAsync causes a crash when called from a CollectionView.SelectionChanged event
6 participants