From 1e93066f5eb97a0a94d468c2fd24f0bbcbc1a744 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 3 Jun 2015 18:24:35 -0700 Subject: [PATCH] Fix remaining scrolling-from-captcha issue in Firefox. --- src/Posting/Captcha.v2.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Posting/Captcha.v2.coffee b/src/Posting/Captcha.v2.coffee index 07f7893b7..94eeb8fde 100644 --- a/src/Posting/Captcha.v2.coffee +++ b/src/Posting/Captcha.v2.coffee @@ -60,6 +60,7 @@ Captcha.v2 = if @nodes.container if @shouldFocus and iframe = $ 'iframe', @nodes.container iframe.focus() + QR.focus() # Event handler not fired in Firefox delete @shouldFocus return