If you edit a wysiwyg field the popup isn't triggered. Patch following.

CommentFileSizeAuthor
#1 wysiwyg_protection-1276370-1.patch521 bytesidflood
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

idflood’s picture

Here is a simple patch. It uses "change" event instead of "blur" and adds "textarea" to the listened inputs. If this patch is applied the following issue can be closed: #1158998: usage of change event instead of blur

idflood’s picture

Status: Active » Needs review
erykmynn’s picture

I have installed this on my 7x instance and it appears to work fine! It also seems to work with the back button (which was mentioned elsewhere.) FWIW I am NOT using the overlay...

checker’s picture

I tested the patch and for me it does not work. I get always the alert also if nothing has changed. I 'm using WYSIWYG module with CKeditor.

ggevalt’s picture

An added wrinkle... has anyone dealt with this on Drupal 6?
g

czigor’s picture

The patch does not work for WYSIWYG module + CKEditor library.
Here, however is a patch that works for this combination:
https://drupal.org/comment/8211153#comment-8211153

czigor’s picture

Issue summary: View changes
Status: Needs review » Closed (duplicate)

Duplicate of #1358004: [D7] Add support for CKEditor library.

It works now with CKeditor. For other wysiwyg editors please open a different issue.