Giter Club home page Giter Club logo

Comments (8)

johnleider avatar johnleider commented on May 23, 2024 1

I'm not saying your issue doesn't have merit, just that it's not a bug. If it's not something that can be disabled maybe we add an option to do just that.

from vuetify.

johnleider avatar johnleider commented on May 23, 2024 1

I think that the user should be able to opt out of this functionality. Surely it can't be too difficult to allow disabling.

from vuetify.

johnleider avatar johnleider commented on May 23, 2024

This is happening because of edge detection and I don't think it's a bug. @KaelWD thoughts?

from vuetify.

crystalfp avatar crystalfp commented on May 23, 2024

Respectfully disagree. An unexpected behavior caused by something outside my control that gives a visual look not in line with the quality of the framework for me is a bug.

Anyway, changing the DIVs with VContainers changed nothing.
The width cannot be removed because the selector is in a side panel of a flex container.

Thanks for looking!
mario

from vuetify.

yuwu9145 avatar yuwu9145 commented on May 23, 2024

locationStrategy has a hardcoded viewportMargin as 12px, seems to deliberately keep Overlay minimum 12px away from edge by default. There must be a good reason behind it.

If parent div has a margin over 12px, it's working as expected demo

from vuetify.

crystalfp avatar crystalfp commented on May 23, 2024

Yes, putting the margin makes the dropdown stay where it should stay. Well, the overall effect is not nice as before (the selector filling the upper side of the sidebar) but acceptable.
Will be nice if you would like to investigate if this margin is really necessary o if it is possible to switch off (maybe with an option).
Anyway, thanks a lot for vuetify! With it my application has a very professional look.

from vuetify.

yuwu9145 avatar yuwu9145 commented on May 23, 2024

@KaelWD What was the reason behind

from vuetify.

KaelWD avatar KaelWD commented on May 23, 2024
<template>
  <v-app>
    <v-navigation-drawer>
      <v-select />
    </v-navigation-drawer>
    <v-container>
      <div style="height: 1000px" />
      <v-btn>
        <v-menu activator="parent" location="end">
          <v-list>
            <v-list-item v-for="i in 100">Item</v-list-item>
          </v-list>
        </v-menu>
      </v-btn>
      <div style="height: 3000px" />
    </v-container>
  </v-app>
</template>

Had a chat with John about this on monday, I have an idea for how to fix it.

from vuetify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.