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

[BUG]: Touch void clickthough #109

Open
Sp3EdeR opened this issue Sep 10, 2022 · 0 comments
Open

[BUG]: Touch void clickthough #109

Sp3EdeR opened this issue Sep 10, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Sp3EdeR
Copy link
Owner

Sp3EdeR commented Sep 10, 2022

The bug's description / A hiba leírása

On a touchscreen, when tapping on the sidebar while it is closed and darkened, the sidebar opens and the menu item that was tapped activates. The same happens when clicking on a route on the map view, but that is harder to reproduce.

The expected, correct behavior / A várt, helyes működés

When tapping a darkened panel, it should open the panel and do nothing else.

Your browser / A böngésződ

Opera/debugger mobile mode; Samsung Internet

Other info / Egyéb információ

Using stopPropagation on the MouseEvent/click (added in initSidebarEvents) does not work, because the touch tap generates a fully separate PointerEvent/click. I found no way to block the PointerEvent's generation, or even the source of its registration.

@Sp3EdeR Sp3EdeR added the bug Something isn't working label Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant