You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to be getting an error in IE8 running in IE7-Compatibility Mode. Get the following error "Object doesn't support this property or method". This is reported around line 809 with the following line
var focusedElement = jQuery("#top_up .te_content :focus");
I wrapped this in a try/catch as well as the associated focusedElement.focus(); and this seems to have solved my problem but is not a correct solution.
The text was updated successfully, but these errors were encountered:
I seem to be getting an error in IE8 running in IE7-Compatibility Mode. Get the following error "Object doesn't support this property or method". This is reported around line 809 with the following line
var focusedElement = jQuery("#top_up .te_content :focus");
I wrapped this in a try/catch as well as the associated focusedElement.focus(); and this seems to have solved my problem but is not a correct solution.
The text was updated successfully, but these errors were encountered: