I have some problems to use this module together with Linkit v3 module and Ckeditor in IE8. The onbeforeunload massage is triggered when I tried to add more then one link via Linkit.
I think that the problem is that the module doesn't use the js context in the js behaviors and this causes an issue when we have ajax calls on the page.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | context_js_behaviors-2302683-1.patch | 1.18 KB | boyan.borisov |
Comments
Comment #1
boyan.borisov commentedUsing of js context fix the problem for me.
Comment #2
mwesthof commentedPatch in #1 works for me.
Comment #3
ryank90 commentedI have tested this and works great.
Comment #4
cobadger commentedI tested this on a Bootstrap subtheme, as this was marked as a duplicate of #2262093: Warning appears when clicking Submit on some themes.
The problem that we are experiencing is that the js dialog box appears when a user clicks "Save" on a node/edit form in our theme.
The patch in https://www.drupal.org/node/2302683#comment-8965687 did not solve the problem.
Comment #5
czigor commentedCommitted, thanks!