IE8 seems to be the bane of my existence lately. I am trying to set focus when a new step is created in my application. Here is my code:
$(this).stepField('action_description').focus();
This works in all other browsers I've tested with (Firefox, Chrome, Safari). It even works in IE9, but not IE8. Any help would be vastly appreciated. Thanks.