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

Impossible to enter chars 'k' or 'm' in any input after dragging the map.. Weird bug. #420

Closed
yairopro opened this issue Apr 9, 2018 · 6 comments

Comments

@yairopro
Copy link

yairopro commented Apr 9, 2018

This is a really weird bug.
Here's a jsFiddle to try it.

Instructions
First drag a little the map.
Then try to write the char k or m in the input above. You won't be able to.

@bungambohlah
Copy link

i have a same issue for this

@bungambohlah
Copy link

bungambohlah commented Apr 24, 2018

maybe u can enable this property for solving this issue, if u don't use the controls
disable-default-ui="true"

i'v forked ur jsFiddle and u can see this

@bungambohlah
Copy link

Or u can set keyboardShortcuts to be false, and u can use default UI as ur controllers, but u can't use keybinding as controller, see this jsFiddle

@KeithHenry
Copy link

This is a bug in the underlying Maps API when in Shadow DOM: https://issuetracker.google.com/issues/73644075

The only workaround I've found is to disable keyboard keyboardShortcuts: false and re-implement them.

@KeithHenry
Copy link

Possible dupe of #415

@yairopro
Copy link
Author

Yes it looks like

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

No branches or pull requests

3 participants