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
Having hCaptcha inside a <dialog> element and opened with showModal will cause render issues for the hCaptcha challenge, because of DOM top-layer making the challenge unreachable.
I can rely on challengeContainer though, and add the challenge container element inside the <dialog> but is this the right way to do it? It will display odd...
Having hCaptcha inside a
<dialog>
element and opened withshowModal
will cause render issues for the hCaptcha challenge, because of DOM top-layer making the challenge unreachable.https://jsfiddle.net/yxj6onrw/
I can rely on
challengeContainer
though, and add the challenge container element inside the<dialog>
but is this the right way to do it? It will display odd...https://jsfiddle.net/q7L8fzjg/
I appreciate your feedback.
Thank you.
The text was updated successfully, but these errors were encountered: