Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report][3.5.3] V-Img and V-Avatar have display:none at all times #19194

Closed
ulfgebhardt opened this issue Feb 8, 2024 · 1 comment
Closed

Comments

@ulfgebhardt
Copy link

ulfgebhardt commented Feb 8, 2024

Environment

Vuetify Version: 3.5.3
Last working version: 3.5.1
Vue Version: 3.4.16
Browsers: Chrome 121.0.0.0
OS: Linux x86_64

image

Steps to reproduce

Cannot display image without display: block !important;

<template>
  <v-avatar color="#333" class="ma-2 pa-1" :image="Logo" size="48" />
</template>

<script lang="ts" setup>
import Logo from '#assets/it4c-logo2-clean-bg_alpha-128x128.png'
</script>

<style lang="scss">
/* stylelint-disable-next-line selector-class-pattern */
.v-img__img {
  display: block !important;
}
</style>

I do not understand what to do in order to properly display an image without css hacks. The same behaviour applies to v-img.
This behaviour was introduced when updating from vuetify v3.5.1 to v3.5.3.
This might also be the reason for this bug (???): #18772

Related: #15678

Any help/advice?

As of discords advice Vue 3.4.16 is broken, use 3.4.15, I downgraded the vue version without success. The behaviour is the same.

Expected Behavior

Should properly display the image

Actual Behavior

Does not display the image due to a display:none mysteriously applied

Reproduction Link

IT4Change/boilerplate-frontend#75

@KaelWD
Copy link
Member

KaelWD commented Feb 8, 2024

#19191

@KaelWD KaelWD closed this as not planned Won't fix, can't repro, duplicate, stale Feb 8, 2024
somnisomni added a commit to somnisomni/MyBoothManager that referenced this issue Feb 8, 2024
Related issues
vuetifyjs/vuetify#19194
vuetifyjs/vuetify#19191
vuejs/core#10294

Keep Vue version v3.4.15 until these issues be resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants