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
Layer control disabled layers contextmenu doesn't work on firefox
This may be because of an underlying bug in firefox, but it may be possible to work around, with some effort, because the default context menu is shown.
Context menu always appears at center of map on firefox, making "Copy Location" unlikely (but Paste also doesn't work on firefox, so perhaps that's a moot point until both are fixed).
This is also likely because the contextmenu event is not a kind of PointerEvent on firefox, so the coordinates of the right-click event aren't reported.
This may be because of an underlying bug in firefox, but it may be possible to work around, with some effort, because the default context menu is shown.
This is also likely because the contextmenu event is not a kind of PointerEvent on firefox, so the coordinates of the right-click event aren't reported.
There are known upstream accessibility issues with context menu.
The text was updated successfully, but these errors were encountered: