ccoulson / import_test

0 stars 0 forks source link

Captcha not working in IE 11 #229

Closed ccoulson closed 7 years ago

ccoulson commented 7 years ago

el_vish_6193[CodePlex]
I have used the FBA pack for SharePoint 2010 environment in one of my solution and am facing the issue with the captcha control under registration module.

The image for captcha does not load in Internet Explorer 11.

Kindly refer the screenshot attached for the issue and help for the same.

ccoulson commented 7 years ago

ccoulson[CodePlex]
Actually, in the errors I do see 'unmatched end tag' and 'a form should not be placed within another form'. Have you done any custom branding or other customizations to the pages? I think you might have an issue there (that the other browsers are managing to ignore, and IE is not). Try creating a brand new blank page in SharePoint, and only add the registration part to it and see if it works then (It still may not if the html error is in the master template/branding).

Also, if you continue to experience errors, check the network tab. It should show the request for the captcha going to the server, and the server's response, which might help figure out what is going on.

ccoulson commented 7 years ago

el_vish_6193[CodePlex]
It works on other browsers i.e., Chrome and firefox. The issue happens to be in Internet Explorer only.

I am having a multi server farm on the Client location consisting of 2 front ends, 2 app servers and 1 DB server.

As you told I looked into IE for errors but there were no errors on load. See the screenshot attached

ccoulson commented 7 years ago

ccoulson[CodePlex]
Strange. I have not seen this issue before. Does it load in other browsers? Do you happen to have multiple SharePoint servers/environments, that you can use to test if it happens just for this specific farm?

Hit F12, go to the network tab and let me know what error is returned from the server when attempting to load the captcha.