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
Either on Chrome, Safari or Firefox, if the server returns an error 500, the popup tells the user that sending was successful. I'm not sure if this is related to #2 or not!
I started digging into this, it seems that __CHARM.iFrameLoaded is called while sending is true, and then calling success when it should not, probably.
@madrobby are you aware of that issue and maybe have a fix in mind, before I dive more into this?
I'm probably not JS/iFrame savvy enough to rewrite it to something more basic (using jQuery etc), so if you have an idea, let me know!
The text was updated successfully, but these errors were encountered:
Either on Chrome, Safari or Firefox, if the server returns an error 500, the popup tells the user that sending was successful. I'm not sure if this is related to #2 or not!
I started digging into this, it seems that
__CHARM.iFrameLoaded
is called whilesending
is true, and then callingsuccess
when it should not, probably.@madrobby are you aware of that issue and maybe have a fix in mind, before I dive more into this?
I'm probably not JS/iFrame savvy enough to rewrite it to something more basic (using jQuery etc), so if you have an idea, let me know!
The text was updated successfully, but these errors were encountered: