-
Notifications
You must be signed in to change notification settings - Fork 742
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
Gesture recognizer inconsistent state warnings #7646
Comments
@jeromelaban where are we at on resolving this issue? |
We have not progressed on fixing this issue yet, as we do not have clear repro steps as mentioned on the other issue. |
Ok, I'll poke @peternary if he could get something reproducible. |
@jeromelaban @peternary reported that this needed to be resolved first. Then he could tell/test if issue above actually already might be addressed by the latest UNO release. |
Thanks. Then we do not have any update to share at this point, we'll let you know when we do. |
Sorry, @jeromelaban I put in wrong link on my last post. I fixed it and here is the issue again which needed to be fixed before @peternary could resume testing. |
Happens in other contexts as well, see discussion #18563 - includes a repro of the issue
|
On my case (last one posted here) may consider also a connection to the behaviour i expierienced on the same repo, also after including a first Parameter with xamlroot type, that the contentdialog is not shown which is the fail throwing element in my Project. Maybe that helps with detecting the source of the issue Will try to include my try of doing a IXAMLRootProvider because it seems to be not possible to provide this type in task parameters. For C# markup using mvux schema(which one is the issue here? Connection?) there is no Dokumentation in the references. |
Hey there! I also installed two Exception handlers and exception handle service for app wide unhandled exception/task exceptions, but seems like "fail" is not catched by that. Could you tell what to use to catch fail in uno app for getting more information to this fail? Repo to that: https://github.com/DevTKSS/MyUnoXamlApp.git Interesting side note:
|
On Regular Button click event it seems to not longer happen on my xaml app. Fail occours now only if I am calling a dialog from a dropdownbutton which will collapse and maybe cause the invalid state on my application. |
It's failing to draw the new window placement. I'm getting the following in the log:
Originally posted by @peternary in #7008 (comment)
The text was updated successfully, but these errors were encountered: