Skip to content
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

ToggleSwitch "Click" event not triggered #2415

Closed
N0ct3 opened this issue Mar 9, 2016 · 0 comments · Fixed by #2421
Closed

ToggleSwitch "Click" event not triggered #2415

N0ct3 opened this issue Mar 9, 2016 · 0 comments · Fixed by #2421
Assignees
Labels
Milestone

Comments

@N0ct3
Copy link

N0ct3 commented Mar 9, 2016

Related to Issue #1908 originally posted by @andyste1:
I have created a really simple application to illustrate the problem:

<Grid>
        <controls:ToggleSwitch Width="140"
                                              OnLabel="On"
                                              OffLabel="Off"
                                              Click="ToggleSwitch_OnClick"/>
</Grid>

If you attach the debugger to "ToggleSwitch_OnClick" event handler, it will never break.
I made the test, it was working fine in version 0.13.1, and it is no longer working since at least version 1.1.2 (haven't tried with every version).

@punker76 punker76 self-assigned this Mar 9, 2016
@punker76 punker76 added the Bug label Mar 9, 2016
@punker76 punker76 added this to the 1.3.0 milestone Mar 9, 2016
punker76 added a commit that referenced this issue Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

2 participants