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!

CommentFileSizeAuthor
#4 change-instead-of-blur-1158998-4.patch435 bytesmwesthof
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

geerlingguy’s picture

Subscribe.

idflood’s picture

It 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

idflood’s picture

Title: usage of chage event instead of blur » usage of change event instead of blur
mwesthof’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
435 bytes

+1 For using the change event.

Patch attached.

Mohammed J. Razem’s picture

Status: Needs review » Closed (outdated)

Closing this as outdated as this version will no longer be supported/maintained.