#igorp_error
1 messages ¡ Page 1 of 1 (latest)
đ 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.
Hello! Do you a live site I can take a look at?
RezMagic - online booking engine and web reservation management system
Is there a test login I can use to get to the payment page?
not really, you can simply register
Actually it's okay - I found a different one of our testing sites that repros the issue. Give me a bit to dig in
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?
Hang on for a bit - I'm talking with some other folks to narrow down what may be happening
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
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
alright, thank you!