Open mchabou opened 6 years ago
I created an issue #390 but when we updated to the latest version and this was fixed.
We use this gem bootstrap-wysihtml5-rails
and upgraded from 0.3.1.23 to 0.3.3.8.
Hi guys, I patched it by inserting empty object instead of boolean value.
self.editor.currentView.element.focus({});
@michalmarek-sk Thank you very much! It solved my problem! :)
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