PDA

View Full Version : [1.1.1] TriggerField.validateBlur



mapo
27 Sep 2007, 3:16 AM
Hi,

TriggerField.validateBlur has (e, t) as signature, but TriggerField.mimicBlur calls validateBlur with no args, which means that e and t are always undefined. This seems to be a bug.

Cheers

Massimo

jsakalos
27 Sep 2007, 1:13 PM
Yeah, notifying Jack on this.

jack.slocum
27 Sep 2007, 7:09 PM
Changed to call with the sig (e). The t (target) is on e anyway.