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
Currently if we pass a non-existent or broken URL to an iFrame plugin, it will simply render a loading spinner with no indication that a failure has occurred.
There is a network request being made to the URL with a failing response that can be seen in the Network tab of DevTools (CMD + OPTION + I)
Consider finding a way to ping the URL before passing it to the iframe — perhaps using something like an XMLHttpRequest
Acceptance Criteria
There should be a visual indication that the URL has failed
The Loading spinner should be hidden at the very least
Might be valuable to loop in UX expertise on what the best option is for Alert text
The error should be logged
The text was updated successfully, but these errors were encountered:
Currently if we pass a non-existent or broken URL to an iFrame plugin, it will simply render a loading spinner with no indication that a failure has occurred.
There is a network request being made to the URL with a failing response that can be seen in the Network tab of DevTools (CMD + OPTION + I)
Consider finding a way to ping the URL before passing it to the iframe — perhaps using something like an XMLHttpRequest
Acceptance Criteria
The text was updated successfully, but these errors were encountered: