Skip to content

ToggleSwitch "Click" event not triggered #2415

@N0ct3

Description

@N0ct3

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).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions