If you edit a wysiwyg field the popup isn't triggered. Patch following.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | wysiwyg_protection-1276370-1.patch | 521 bytes | idflood |
If you edit a wysiwyg field the popup isn't triggered. Patch following.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | wysiwyg_protection-1276370-1.patch | 521 bytes | idflood |
Comments
Comment #1
idflood commentedHere 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
Comment #2
idflood commentedComment #3
erykmynn commentedI 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...
Comment #4
checker commentedI 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.
Comment #5
ggevalt commentedAn added wrinkle... has anyone dealt with this on Drupal 6?
g
Comment #6
czigor commentedThe 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
Comment #7
czigor commentedDuplicate of #1358004: [D7] Add support for CKEditor library.
It works now with CKeditor. For other wysiwyg editors please open a different issue.