vuetify
vuetify copied to clipboard
[Bug Report][3.6.3] VDialog location and offset props do not affect dialog
Environment
Vuetify Version: 3.6.3 Vue Version: 3.4.25 Browsers: Firefox 125.0 OS: Mac OS 10.15
Steps to reproduce
- Create a dialog
- Define location and offset overrides
- Open dialog
Expected Behavior
Dialog location will be affected by location and offset props
Actual Behavior
Dialog appears in middle of screen
Reproduction Link
@KaelWD Should these props be omitted by Dialog? I'm not sure what they would do.
https://github.com/vuetifyjs/vuetify/blob/1ff7faafc0a04a49e55c91af95776815444dc2d8/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L110-L112
This inherently effects v-bottom-sheet as well (which would have a use for location to say the least)