Skip to content

[BUG]: Touch void clickthough #109

@Sp3EdeR

Description

@Sp3EdeR

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions