In IE8 hide submit prevents 'Reset' button of Simplenews subscriptions (admin/people/simplenews) from working. In form state I get $form_state['values']['op'] === t('Filter'), when I have clicked 'Reset'.

I have traced the problem this code:
$('input.form-submit', $form).attr('disabled', 'disabled');

Comments

greggles’s picture

Status: Active » Closed (works as designed)

I don't think IE8 can be supported. If someone can provide a patch and it is minimally invasive then I'd consider it.