#igorp_error

1 messages ¡ Page 1 of 1 (latest)

tacit knotBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1225195347224035429

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

crystal gulchBOT
lunar plinth
#

Hello! Do you a live site I can take a look at?

dim snow
lunar plinth
#

Is there a test login I can use to get to the payment page?

dim snow
#

not really, you can simply register

lunar plinth
#

Actually it's okay - I found a different one of our testing sites that repros the issue. Give me a bit to dig in

dim snow
#

you know, it's actually working fine at the url I gave you
the problem is at the internal app, for staff
it's a bit different there, with the div that elements are mounted to initially hidden and then there's jquery ui dialog involved...
if elements are created/mounted async internally that could be a timing issue there

#

are they?

lunar plinth
#

Hang on for a bit - I'm talking with some other folks to narrow down what may be happening

dim snow
#

yeah, that must be it - moved elements create/mount to after dialog is open, the issue went away
also, it was so intermittent and inconsistent, sometime one element wouldn't mount, sometimes 2 or 3
definitely a timing issue

#

not sure why it had been working before and now it would not - maybe stripe.js changed or browser js now works differently

lunar plinth
#

Yeah we've seen this happen before years ago - the last time this happened it was a bug on Chrome's end that had to be fixed

dim snow
#

alright, thank you!