[Bug Report][3.7.7] VImg: Bug in order of specification of crossOrigin property in mac Safari #20914
Labels
C: VImg
platform specific
The issue only occurs on a specific platform
T: bug
Functionality that does not work as intended/expected
Milestone
Environment
Vuetify Version: 3.7.7
Vue Version: 3.5.13
Browsers: Safari
OS: iOS, Mac OSX
Steps to reproduce
Using VImg components in the above environment.
Use Safari's Web Inspector to see how many times the image is being called on the network.
Expected Behavior
Image should load once on Safari, with Origin header present if crossorigin attribute is set.
Actual Behavior
Image is being loaded twice on Safari, first time without Origin header, second time with Origin header.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Needs to be corrected based on information in vuejs/core#4680.
The text was updated successfully, but these errors were encountered: