Code Monkey home page Code Monkey logo

Comments (4)

parente avatar parente commented on July 20, 2024

Going from notebook -> layout -> dashboard view does not hit the bug. I suspect it's because the Jupyter headers / toolbar are hiding at the same time the layout is being computed. Sequence them?

from dashboards.

jhpedemonte avatar jhpedemonte commented on July 20, 2024

We couldn't reproduce this, at least not with latest code. But we did see a couple of other cases where we weren't waiting for the resize transition to end before letting the cell contents know they could resize. Those are fixed by reference PR.

from dashboards.

parente avatar parente commented on July 20, 2024

I can't reproduce original with your fix. I didn't roll back to see if it was already fixed on master too. I was using the image deployed last Thursday at jupyter.cloudet.xyz. Not sure if anything went in since then that would have fixed this. :/

from dashboards.

jhpedemonte avatar jhpedemonte commented on July 20, 2024

OK, I figured out how to reproduce this exact issue:

  1. Open Meetup Outreach demo.
  2. Run all.
  3. Switch to one of the Dashboard views.

-> overlapping cells in the Upcoming Meetups list.

The issue is that in setInteractive we are calling the complete callback (which invokes PolymerSupport.notifyResizeAll()) before the Gridstack container has finished resizing. We need wait for the transition to finish before invoking complete.

from dashboards.

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.