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
{{ message }}
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.
When the src provided contains white spaces or special chars, the image.$.img.src and src differs. This causes the _imgOnLoad and _imgOnError validation to return and not propagate the loaded, loading and error properties.
Description
When the
src
provided contains white spaces or special chars, theimage.$.img.src
andsrc
differs. This causes the_imgOnLoad
and_imgOnError
validation to return and not propagate theloaded
,loading
anderror
properties.Just changed this:
To this:
And fixed it. Let me know if this should be the solution to this issue.
Expected outcome
Placeholder to be presented and then the image when loaded.
Actual outcome
Placeholder is presented but the image never loads.
Steps to reproduce
Provide an image src with white spaces and a placeholder.
Browsers Affected
The text was updated successfully, but these errors were encountered: