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

RadialGauge: IsInteractive=true also fires item selected event when in ListViewItem #1102

Closed
niels9001 opened this issue Apr 15, 2017 · 3 comments
Labels
bug 🐛 An unexpected issue that highlights incorrect behavior controls 🎛️ in progress 🚧
Milestone

Comments

@niels9001
Copy link

I'm using the RadialGauge within a ListViewItemTemplate. It's also set to IsInteractive=true.

Whenever the user uses the RadialGauge it works, but after releasing the mouse/touch it also fires the item selected event of its parent, the listview.

I have already tried to put e.Handled = true for all the Manipulation/Tapped events but that didn't do anything.

Any thoughts?

@nmetulev nmetulev added bug 🐛 An unexpected issue that highlights incorrect behavior controls 🎛️ labels Apr 16, 2017
@nmetulev
Copy link
Contributor

ping @XamlBrewer

This might be a similar issue we had with the SlidableListItem, the fix might be similar (#316)

@XamlBrewer
Copy link
Contributor

I'll take a look at it.

@XamlBrewer
Copy link
Contributor

Pull request #1168 should solve this.

@nmetulev nmetulev added this to the v1.5 milestone May 21, 2017
@ghost ghost locked as resolved and limited conversation to collaborators Nov 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug 🐛 An unexpected issue that highlights incorrect behavior controls 🎛️ in progress 🚧
Projects
None yet
Development

No branches or pull requests

3 participants