GithubHelp home page GithubHelp logo

Comments (5)

ebidel avatar ebidel commented on September 27, 2024

/sub

from observe-js.

rafaelw avatar rafaelw commented on September 27, 2024

There is currently no plan to do that, and you've hit on the best example of why: offsetWidth is never directly stored, it must be computed. Accessing offsetWidth can be extremely expensive, forcing a browser layout. Allowing it to be observed would essentially be a giant go-slow button on the browser. Observing via the polyfill's approach of dirty-checking is just as bad. Basically, don't do this.

from observe-js.

stevehansen avatar stevehansen commented on September 27, 2024

Too bad, I was hoping we finally had a method to handle a size changed event.
We need this in our application so we are forced to poll offsetWidth/offsetHeight regularly.

from observe-js.

stevehansen avatar stevehansen commented on September 27, 2024

I used the following workaround for people who have the same problem as me.

http://www.backalleycoder.com/2013/03/18/cross-browser-event-based-element-resize-detection/

Works perfectly, cross platform and doesn't require a constant polling loop.

from observe-js.

rajsite avatar rajsite commented on September 27, 2024

There is a packaged version of the backalleycoder <object type=""text/html"> hack: https://github.com/KyleAMathews/element-resize-event

Not sure how far this proof-of-concept polyfill is going, but it has "CSS Element Queries" with a polyfill using scroll event hacks (the js for the polyfill might be reusable): https://github.com/marcj/css-element-queries

Polymer has an implementation that appears to avoid hacks by instead requiring all elements to communicate resize changes explicitly (appears to be the case but haven't looked through it completely): https://github.com/Polymer/core-resizable

from observe-js.

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.