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.

Comments

boyan.borisov’s picture

Status: Active » Needs review
StatusFileSize
new1.18 KB

Using of js context fix the problem for me.

mwesthof’s picture

Patch in #1 works for me.

ryank90’s picture

Status: Needs review » Reviewed & tested by the community

I have tested this and works great.

cobadger’s picture

I 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.

czigor’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thanks!

  • czigor committed 4092cfb on 7.x-1.x authored by boyan.borisov
    Issue #2302683 by boyan.borisov: Context is not used in the js behaviors
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.