• Resolved robwent

    (@robwent)


    On this site, if you go to any page that has a contact form (Most pages), in chrome you have to press the back button 3 times to get back to the previous page.

    This doesn’t happen in any other browsers.

    In devtools network tab you can see requests to recaptcha urls when the button is pressed and nothing happens.

    Pages without forms don’t have the same problem.

    Has anyone else seen this problem?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter robwent

    (@robwent)

    I found another website using the same theme (Rosa) and that has the same problem so that seems to be the cause of the issue.

    Thread Starter robwent

    (@robwent)

    This was an issue with the theme

    // Firefox Opacity Video Hack
        $('iframe').each(function(){
    		var url = $(this).attr("src");
    	    if ( !empty(url) )
    			$(this).attr("src", setQueryParameter(url, "wmode", "transparenartt"));
    	});

    This modified the urls of the recaptcha iframe which breaks the browser history in chrome.

    I’m not sure if it’s due to modifying the url or the typo in the modification.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Recaptcha breaks Chrome back button’ is closed to new replies.