I have an issue with AppBarToggleButton. When the user touch it and drag the finger outside the button and release it, the button stays in the "Pressed" visual state, so it appears that the button has been checked, but it doesn't fires any event, it only really gets checked if the user click it again.
Asked
Active
Viewed 244 times
1
-
1Sounds like it may be worth reporting as a bug. – Chris W. Jan 06 '15 at 16:32
-
I will not be able to publish my app with this bug. Do you know where it's appropriate to report bugs like that? – Marlon Santos Jan 06 '15 at 16:58
-
1I think generally the dev community forums over at microsoft will do, or at least get you direction from MS as to where specifically to do it. – Chris W. Jan 06 '15 at 17:21
-
Exactly my problem too and unfortunatly no solutions yet ... – Vahid Jan 08 '15 at 07:14
1 Answers
0
I reported that on MSDN forums, and they filed this bug to fix it.
Here's the link: https://social.msdn.microsoft.com/Forums/en-US/79bd05b4-1bb7-4d32-af62-713db580f80f/appbartogglebutton-issue-false-checking?forum=wpdevelop&prof=required
Unfortunately, there's no way to fix that inside our apps for now according to them. I hope that this gets fixed fast, but I'm afraid that it's get fixed only on future versions of the OS and our apps works with unexpected behavior on actual versions.

Marlon Santos
- 29
- 4