Vuetify: [Bug Report] Fixed property ignored

Created on 5 Jan 2018  路  3Comments  路  Source: vuetifyjs/vuetify

Versions and Environment

Vuetify: 1.0.0-beta.2
Vue: 2.5.13
Browsers: Firefox 57.0
OS: Windows 10

Steps to reproduce

add :fixed="false" to v-toolbar, v-footer, v-navigation-drawer

Expected Behavior

x---fixed class not added

Actual Behavior

x---fixed class added

Reproduction Link

https://codesandbox.io/s/61n5xv7wzw

wontfix

Most helpful comment

--fixed gets applied when you use the app prop.

https://github.com/vuetifyjs/vuetify/blob/e070ac605118b7bce38431894d5fbd99f8e830b8/src/components/VFooter/VFooter.js#L85

So it is by design and not a bug. However I can't speak to the decision behind it (paging @vuetifyjs/collaborators)

All 3 comments

--fixed gets applied when you use the app prop.

https://github.com/vuetifyjs/vuetify/blob/e070ac605118b7bce38431894d5fbd99f8e830b8/src/components/VFooter/VFooter.js#L85

So it is by design and not a bug. However I can't speak to the decision behind it (paging @vuetifyjs/collaborators)

It doesn't make any sense to have a non-positioned app-level drawer. You can either apply the absolute prop to make it absolute instead, or remove the app prop to make it static.

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dohomi picture dohomi  路  3Comments

jofftiquez picture jofftiquez  路  3Comments

KuroThing picture KuroThing  路  3Comments

cawa-93 picture cawa-93  路  3Comments

aaronjpitts picture aaronjpitts  路  3Comments