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
It seems like the blank-color property does not fill b-img-lazy with a desired color on Firefox if an image is initially visible and its svg placeholder is not cached. This bug does not occur to elements outside of the viewport and on Chromium entirely.
Describe the bug
It seems like the
blank-color
property does not fillb-img-lazy
with a desired color on Firefox if an image is initially visible and itssvg
placeholder is not cached. This bug does not occur to elements outside of the viewport and on Chromium entirely.Steps to reproduce the bug
Expected behavior
All images should have a red background set by the
blank-color="red"
prop while loading.Versions
Libraries:
Environment:
Additional context
The screenshot illustrating the issue:
The text was updated successfully, but these errors were encountered: