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] VDialog activator: display changed to 'block' if slot-scope is used #6115

Closed
Nemikolh opened this issue Jan 11, 2019 · 0 comments
Assignees
Labels
T: bug Functionality that does not work as intended/expected
Milestone

Comments

@Nemikolh
Copy link
Contributor

Versions and Environment

Vuetify: 1.4.1
Vue: 2.5.21
Browsers: Google Chrome, Mozilla Firefox
OS: Windows, Mac OSX, Linux

Steps to reproduce

Change your activator from a normal slot to a scoped slot by changing:

<v-btn slot="activator"></v-btn>

to:

<v-btn slot="activator" slot-scope="prop"></v-btn>

Expected Behavior

Given that the activator slot seems to be semantically identical, whether it is used with the scope or not, I would have expected the behaviour of the v-dialog__container to be the same.

Actual Behavior

The display property on v-dialog__container is changed to block. This seems unintentional.

Reproduction Link

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

@KaelWD KaelWD added the T: bug Functionality that does not work as intended/expected label Jan 11, 2019
@KaelWD KaelWD self-assigned this Jan 11, 2019
@KaelWD KaelWD added this to the v1.4.x milestone Jan 11, 2019
@johnleider johnleider assigned johnleider and unassigned KaelWD Jan 18, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants