Skip to content

fix(VSpeedDial): avoid position glitch when reopening menu #21451

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

J-Sek
Copy link
Contributor

@J-Sek J-Sek commented May 21, 2025

Description

fixes #21017

Markup:

<template>
  <v-app>
    <v-container>
      <!-- rage-click open/close to see if items stay within menu boundaries -->
      <v-fab app icon="mdi-arrow-up" location="bottom center">
        <v-icon />
        <v-speed-dial
          location="top"
          activator="parent"
          transition="slide-y-reverse-transition"
        >
          <v-btn
            v-for="i in 9"
            :key="i"
            prepend-icon="mdi-home"
            color="primary"
            :text="`Hello #${i}`"
            size="small"
          />
        </v-speed-dial>
      </v-fab>
    </v-container>
  </v-app>
</template>

@J-Sek J-Sek self-assigned this May 21, 2025
@J-Sek J-Sek added T: bug Functionality that does not work as intended/expected C: VSpeedDial labels May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VSpeedDial T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report][3.7.13] VSpeedDial buttons wrong start location
1 participant