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

DataGrid.DoubleTapped not fired when using touch #7439

Closed
djonasdev opened this issue Jan 26, 2022 · 2 comments
Closed

DataGrid.DoubleTapped not fired when using touch #7439

djonasdev opened this issue Jan 26, 2022 · 2 comments
Labels

Comments

@djonasdev
Copy link

djonasdev commented Jan 26, 2022

Describe the bug
Double click with the mouse on a DataGrid.DataGridRow works. Double tap with your finger on a touch monitor does not work.

DataGrid.DoubleTapped += (sender, args) =>
{
    // mouse double click works
    // finger double tap does not work
};

To Reproduce
Create a DataGrid (set IsReadOnly=True), add some foo stuff to get some rows and double tap with your fingers.

Expected behavior
DataGrid.DoubleTapped event should be fired when double tap with finger.

Desktop (please complete the following information):

Edition	Windows 10 Pro
Version	21H2
Installiert am	‎06.‎07.‎2021
Betriebssystembuild	19044.1466
Leistung	Windows Feature Experience Pack 120.2212.3920.0
  • Avalonia v0.10.11
@djonasdev djonasdev added the bug label Jan 26, 2022
@Takoooooo
Copy link
Contributor

Should be fixed by this PR.
#7213

@djonasdev
Copy link
Author

Ah my mistake! I had seen the issue, but hadn't noticed that it wasn't included in the latest release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants