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

Stepper ValueChanged is not called on Windows #3585

Closed
pierre01 opened this issue Nov 30, 2021 · 6 comments · Fixed by #3589
Closed

Stepper ValueChanged is not called on Windows #3585

pierre01 opened this issue Nov 30, 2021 · 6 comments · Fixed by #3589
Assignees
Labels
fixed-in-6.0.101-preview.11.3 Look for this fix in 6.0.101-preview.11.3! fixed-in-6.0.200-preview.12 Look for this fix in 6.0.200-preview.12! legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor platform/windows 🪟 t/bug Something isn't working
Projects

Comments

@pierre01
Copy link

Description

The Stepper control does not call the ValueChanged event Handler in windows.
Works fine on Android

Steps to Reproduce

  1. Create a MAUI Application
  2. Add a Stepper Control with a ValueChanged event handler in the XAML
  3. Place breakpoint in C# code behind event handler
  4. The breakpoint is never reached

Expected behavior: Handler is called when clicking on "+" or '-"
Maui 10 - Windows 11 22000.348

Version with bug

Preview 10 (current)

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

Windows 11 Pro 22000.348

Did you find any workaround?

No response

Relevant log output

No response

@pierre01 pierre01 added the t/bug Something isn't working label Nov 30, 2021
@jsuarezruiz jsuarezruiz added this to New in Triage via automation Nov 30, 2021
@jsuarezruiz jsuarezruiz added legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor platform/windows 🪟 labels Nov 30, 2021
@jsuarezruiz
Copy link
Contributor

Could you attach a small sample where reproduce the issue?. I have done some tests but cannot reproduce it.

issue-3585

@jsuarezruiz jsuarezruiz moved this from New to Needs Info in Triage Nov 30, 2021
@jsuarezruiz jsuarezruiz self-assigned this Nov 30, 2021
@jsuarezruiz jsuarezruiz added the s/needs-info Issue needs more info from the author label Nov 30, 2021
@pierre01
Copy link
Author

Your example is not the Stepper, it is the slider!

@pierre01
Copy link
Author

Stepper.mp4

@pierre01
Copy link
Author

The Slider Event Handler works on windows. Not the Stepper.

@jsuarezruiz
Copy link
Contributor

Oops, I don't know why I associated the issue with the Slider, sorry.

@jsuarezruiz jsuarezruiz removed the s/needs-info Issue needs more info from the author label Nov 30, 2021
@jsuarezruiz jsuarezruiz moved this from Needs Info to Ready For Work in Triage Nov 30, 2021
@jsuarezruiz
Copy link
Contributor

Fixed by #3589

@hartez hartez moved this from Ready For Work to Done in Triage Dec 27, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Feb 18, 2022
@samhouts samhouts added fixed-in-6.0.101-preview.11.3 Look for this fix in 6.0.101-preview.11.3! fixed-in-6.0.200-preview.12 Look for this fix in 6.0.200-preview.12! labels Feb 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fixed-in-6.0.101-preview.11.3 Look for this fix in 6.0.101-preview.11.3! fixed-in-6.0.200-preview.12 Look for this fix in 6.0.200-preview.12! legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor platform/windows 🪟 t/bug Something isn't working
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants