Hi again! Is there a reason you're using the blur event instead of the change event? I've found that change works more accordingly to the intended functionality but would love to know if blur is actually better.
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | change-instead-of-blur-1158998-4.patch | 435 bytes | mwesthof |
Comments
Comment #1
geerlingguy commentedSubscribe.
Comment #2
idflood commentedIt seems that prior to jquery 1.4 the "change" event wasn't triggered consistently in ie (see http://norman.walsh.name/2009/03/24/jQueryIE ).
I think the module should be using the change event, it makes also easier to fix an issue with wysiwyg #1276370: Doesn't work with wysiwyg
Comment #3
idflood commentedComment #4
mwesthof commented+1 For using the change event.
Patch attached.
Comment #5
mohammed j. razemClosing this as outdated as this version will no longer be supported/maintained.