-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Error: Failed to execute focus - on chrome v64 #391
Comments
I created an issue #390 but when we updated to the latest version and this was fixed. |
Hi guys, I patched it by inserting empty object instead of boolean value. |
@michalmarek-sk Thank you very much! It solved my problem! :) |
jasonadamyoung
added a commit
to extension/ask
that referenced
this issue
Jul 23, 2018
mdjamal
added a commit
to mdjamal/bootsy
that referenced
this issue
Jan 5, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
We have a bug with chrome browser v64.0 when we click on buttons "insert link" or "insert image" :
bootstrap-wysihtml5.min.js Uncaught TypeError: Failed to execute 'focus' on 'HTMLElement': parameter 1 ('options') is not an object.
To fix temporarily this, we had to make the following changes at lines 279 and 341
Can you do the necessary to fix this bug.
thank you
mchabou
The text was updated successfully, but these errors were encountered: