Code Monkey home page Code Monkey logo

Comments (6)

quicksnap avatar quicksnap commented on May 27, 2024

On Safari it also freaks out..

from react-virtual-list.

quicksnap avatar quicksnap commented on May 27, 2024

Could it be that the empty container is simply too large? Would it help if the height were capped, and the vertical scrolling were to map logarithmically to the index position?

from react-virtual-list.

developerdizzle avatar developerdizzle commented on May 27, 2024

Hmm, great question. It may have to do with browsers' maximum height limitation. I'll run some tests when I get a chance, but I suspect there will be a point where the page is just too high. Logarithmic mapping is an interesting proposal though.

from react-virtual-list.

quicksnap avatar quicksnap commented on May 27, 2024

Running a few tests, it's very much a limitation of either the height or the padding. Most likely, something getting converted into a floating point or simply capping out. Either way, it produces madness =)

Right now, I'm working off a @jordansexton's master branch, as it resolves server-rendering issues. I'll be experimenting with a maximum height and linear scaled scrolling for now.

from react-virtual-list.

jordaaash avatar jordaaash commented on May 27, 2024

I don't have much to say on this as I never render more than 50 rows on a page right now in my application. I use this library because the individual rows are quite expensive to render (50 DOM elements per row with 4-6 responsive images, some 2x res), but I've never tested it academically with a massive amount of rows.

from react-virtual-list.

developerdizzle avatar developerdizzle commented on May 27, 2024

I'm convinced this is a result of each browsers' maximum height limitation. Closing this, but feel free to re-open if anyone believes otherwise.

from react-virtual-list.

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.