You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theMouseEvent
/click (added ininitSidebarEvents
) does not work, because the touch tap generates a fully separatePointerEvent
/click. I found no way to block thePointerEvent
's generation, or even the source of its registration.The text was updated successfully, but these errors were encountered: