Closed (duplicate)
Project:
Node Edit Protection
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2011 at 11:43 UTC
Updated:
16 Dec 2013 at 14:07 UTC
Jump to comment: Most recent, Most recent file
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.