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] Not possible to attach a badge onto a snackbar #2392

Closed
mitar opened this issue Oct 31, 2017 · 2 comments
Closed

[Bug] Not possible to attach a badge onto a snackbar #2392

mitar opened this issue Oct 31, 2017 · 2 comments
Labels
wontfix The issue is expected and will not be fixed

Comments

@mitar
Copy link
Contributor

mitar commented Oct 31, 2017

Versions and Environment

Vuetify: v0.16.9
Vue: v2.5.2
Browsers: Firefox,Chrome
OS: Mac OSX

Expected Behavior

That a badge would be on top right corner of the snackbar. Especially when a snackbar uses v-model to be shown and hidden, badge should appear or disappear with it. I expect that to work because in documentation it is written: "The v-badge component can wrap any type of content"

Actual Behavior

Badge is or not shown or shown somewhere else.

Reproduction Link

https://codepen.io/anon/pen/JOdwpv

Other comments

@johnleider johnleider added the pending review The issue is still pending disposition label Oct 31, 2017
@johnleider
Copy link
Member

This is not possible because of how v-snackbar works. It detaches its content and moves it to the base of the application. This causes the badge to appear like it's not in the right spot because it is actually on the snackbar's root element.

At this time, this is not something that we plan to support. Thank you for your report.

@johnleider johnleider added wontfix The issue is expected and will not be fixed and removed pending review The issue is still pending disposition labels Nov 1, 2017
@lock
Copy link

lock bot commented Apr 15, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord

@lock lock bot locked as resolved and limited conversation to collaborators Apr 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix The issue is expected and will not be fixed
Projects
None yet
Development

No branches or pull requests

2 participants