Fix remaining scrolling-from-captcha issue in Firefox.
This commit is contained in:
parent
e4a5f4f04a
commit
1e93066f5e
@ -60,6 +60,7 @@ Captcha.v2 =
|
|||||||
if @nodes.container
|
if @nodes.container
|
||||||
if @shouldFocus and iframe = $ 'iframe', @nodes.container
|
if @shouldFocus and iframe = $ 'iframe', @nodes.container
|
||||||
iframe.focus()
|
iframe.focus()
|
||||||
|
QR.focus() # Event handler not fired in Firefox
|
||||||
delete @shouldFocus
|
delete @shouldFocus
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user