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

[Bug] [Fixed] #1712 #1713

Merged

Conversation

rxDietel
Copy link
Contributor

@rxDietel rxDietel commented Nov 10, 2021

Description of Bug

src/CommunityToolkit/Xamarin.CommunityToolkit/Views/Popup/UWP/PopupRenderer.uwp.cs
Call OnClosing even if no LightDismiss enabled
OnClosing won't let the PopUp close if the Close wasn't triggered by dismiss.

Issues Fixed

Annotations

Documentation: Created issue that documentation for Popup is missing
Tests: No test created, Change is only in the reaction of the UWP UI

PR Checklist

  • Has a linked Issue, and the Issue has been approved
  • Has tests (if omitted, state reason in description)
  • Has samples (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Changes adhere to coding standard
  • Updated documentation

@TheCodeTraveler
Copy link
Contributor

Thanks! Could you add Unit Tests and a reproduction in the Sample App?

@ghost ghost deleted a comment from net-foundation-cla bot Nov 11, 2021
@ghost
Copy link

ghost commented Nov 11, 2021

CLA assistant check
All CLA requirements met.

@rxDietel
Copy link
Contributor Author

Just modified the already existing Sample for the light dismiss Popup in the project.
I can't find a usefull thing to unittest the popup, because it would need a UI Test to confirm the changes.

@TheCodeTraveler TheCodeTraveler added this to the 1.4 milestone Nov 24, 2021
@bijington bijington self-requested a review November 24, 2021 08:41
@bijington
Copy link
Contributor

this is on my queue to review I just need to fix my VM to checkout the code and confirm it

Copy link
Contributor

@bijington bijington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thank you for this

@TheCodeTraveler TheCodeTraveler merged commit 52a260c into xamarin:main Nov 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] UWP PopUp LightDissmis disable not working as expected
5 participants