-
Notifications
You must be signed in to change notification settings - Fork 706
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
Short, incomplete swipe gestures on the SwipeControl sometimes cause it to break down and stop swiping #1082
Comments
I cannot reproduce this issue (or the crash #890) on my desktop machine (with a Dell touch monitor) or on my Surface Pro 4. I CAN reproduce this issue (but not the crash) in the Simulator using the mouse simulated as touch input. But using real touch input in the Simulator does NOT reproduce this issue. @Sergio0694 did you ever hit this issue on a real device? Or has this only been seen in the Simulator? |
Hi @kmahone - thank you for the follow up! Here's a screen with some of the common devices and OS builds this happens more often on: The stack trace for all these crashes is always the same as the one I posted in #890, with the same exception info: referencetracker_refreshcontainer,winrt::microsoft::ui::xaml::controls::implementation::refreshcontainert,winrt::microsoft::ui::private::controls::irefreshcontainerprivate_ queryinterface()
e_fail 80004005: e_fail I could try pinging the users that reported this issue to see if they have found some ways to repro the issue more reliably, I'm not sure how else I could do on my end about this 😟 It's unfortunate that this isn't easily reproducible on a real device, and I understand that this won't make it easier to investigate either of these issues. |
@Sergio0694 thanks for the info with regards to the crash. For the problem in this issue (where the SwipeControl becomes non-responsive but does not crash), it sounds like this has only ever been seen in the Simulator? Is that correct? Or have you gotten reports from users about this problem also? |
Yes, that is correct. I've mainly opened this issue as I thougth it could provide additional info, but this one in particular I've only managed to reproduce through the simulator, and I haven't received reports about it. Users only mentioned straight up crashes, so what's detailed in #890. |
@Sergio0694 since #890 is now closed, I am going to close this issue also. If this particular issue remains a problem for you, please let me know and I can reactivate. |
Describe the bug
This bug is probably related to #890.
Basically, if you perform some incomplete swipe actions on a
SwipeControl
, and then make a full gesture, the control will just break down and stop responding to new swipe gestures.Steps to reproduce the bug
Steps to reproduce the behavior:
Expected behavior
The control should just keep working as usual.
Screenshots
VideoCapture.zip (it's a zipped .mp4 video).
Version Info
NuGet package version
Microsoft.UI.Xaml
2.1.190606001Additional context
Pinging @kikisaints as she owns the
SwipeControl
control (I know this is the 4th issue I open on it, I'm sorry 🙈), and @RBrid as he was investigating the related issue #890.The text was updated successfully, but these errors were encountered: