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

Link hints doesn't work on >= Chrome 80 #721

Closed
ivanjermakov opened this issue Feb 6, 2020 · 3 comments
Closed

Link hints doesn't work on >= Chrome 80 #721

ivanjermakov opened this issue Feb 6, 2020 · 3 comments

Comments

@ivanjermakov
Copy link

ivanjermakov commented Feb 6, 2020

Any hint action (f, F, q, etc.) is ignored.

Does not work on Chromium 80.0.3987.87 Arch Linux, but works on Chromium 79.0.3945.88 Arch Linux.

@gnosthi
Copy link

gnosthi commented Feb 6, 2020

Seconded. I can confirm that this is the case on MacOSX as well.
The relevant error from the Chrome console is.

Uncaught TypeError: main.createShadowRoot is not a function
    at hints.js:727

The stack:

(anonymous) | @ | hints.js:727
-- | -- | --
  | setTimeout (async) |   |  
  | Hints.create | @ | hints.js:679
  | createHint | @ | mappings.js:424
  | Mappings.convertToAction | @ | mappings.js:1152
  | down | @ | keys.js:733
  | (anonymous) | @ | keys.js:154

The offending line of code seems to be.

  Hints.shadowDOM = main.createShadowRoot();

in hints.js

@Pronian
Copy link

Pronian commented Feb 6, 2020

I'm getting the hints.js:727 error as well on Windows 10 Version 80.0.3987.78 beta (64-bit)

@ivanjermakov
Copy link
Author

Duplicate of #716.

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