This commit is contained in:
Madhura Jayaratne
2011-07-10 17:58:35 +05:30
parent a546479680
commit 58d25ddcb8

View File

@@ -644,7 +644,7 @@ $(document).ready(function() {
}) })
} else { } else {
$this_field.find('textarea').live('keypress', function(e) { $this_field.find('textarea').live('keypress', function(e) {
// FF errorniously triggers for modifier keys such as tab (bug #3357837) // FF errorneously triggers for modifier keys such as tab (bug #3357837)
if (e.which != 0) { if (e.which != 0) {
$('.checkbox_null_' + field_name + '_' + this_row_index).attr('checked', false); $('.checkbox_null_' + field_name + '_' + this_row_index).attr('checked', false);
} }