vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.73k forks source link

Wysihtml5 bootstrap 3 Insert Link Button not working in Firefox 69.0 and Opera #1143

Closed peter450 closed 4 years ago

peter450 commented 4 years ago

Hi, The popup don't open when I click on the Insert Link Button in Firefox 69.0 (but was working in previous version) & Opera 63.0.3368.71 using your demo page http://vitalets.github.io/x-editable/demo-bs3.html The button is only working in MS EDGE. Thank you for your reply.

peter450 commented 4 years ago

I finally solve the problem : unminify this file : bootstrap-wysihtml5-0.0.3/bootstrap-wysihtml5-0.0.3.min.js and replace return a ? !0 : (i.editor.currentView.element.focus(!1) by return a ? !0 : (i.editor.currentView.element.focus() This occurs two times. That'all !