Code Monkey home page Code Monkey logo

Comments (4)

liveclickermike avatar liveclickermike commented on July 28, 2024

I'm also having this issue.. I have a hacky workaround of measuring the top/left of the container and manually setting bounds equal to the container bounding box, but this doesn't work if the page changes in layout above the container (and throws the position of the container off from initial page load)

Any help would be greatly appreciated!

from vue-moveable.

josvos avatar josvos commented on July 28, 2024

AFAICS, the container prop expects a HTMLElement, not a Vue component that $refs.xxx is. BUT: I do not manage to pass such an element (as a quick test I did this with document.querySelector), because then I get [Vue warn]: Error in nextTick: "RangeError: Maximum call stack size exceeded". According to https://www.gitmemory.com/issue/probil/vue-moveable/27/543120459 this is due to the way vue-moveable handles its props.

Any suggestions on how to pass something useful to the container prop, as I really need to restrict the frame to one part of my page.

from vue-moveable.

JohannesSchwegler avatar JohannesSchwegler commented on July 28, 2024

@josvos @liveclickermike rollback to a older version is a workaround for now,
(https://codesandbox.io/s/vue-material-also-works-on-the-right-side-dgn27?file=/package.json:256-261)

from vue-moveable.

josvos avatar josvos commented on July 28, 2024

FWIW: I use a local copy now, in which I added a prop containerSelector (string) and in mounted() I do containerElement = document.querySelector(this.containerSelector). That containerElement is then used as first parameter for the Moveable() constructor.

from vue-moveable.

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.