Coder Social home page Coder Social logo

Comments (12)

GoOz avatar GoOz commented on June 17, 2024

That's odd… the modal container has a position: fixed now. Are you sure you're using the last release of Cozy-UI and that the link/button that opens up the modal doesn't have an anchor as href ? Both could explain it.

from cozy-ui.

lespacedunmatin avatar lespacedunmatin commented on June 17, 2024

Settings use cozy-ui 3.0.0beta18 (see https://github.com/cozy/cozy-settings/blob/master/package.json#L83).

from cozy-ui.

GoOz avatar GoOz commented on June 17, 2024

Indeed, I can reproduce. I can't see why but it definitely needs a deeper investigation.

from cozy-ui.

enguerran avatar enguerran commented on June 17, 2024

I did not test the code on my own, but as far as I know the content may scroll up because of a preact render. If the DOM is refreshed, the view will be repaint.
It won't be related to the modal, but to the DOM update after the modal call.

from cozy-ui.

GoOz avatar GoOz commented on June 17, 2024

@enguerran I feared that but wasn't sure. That sucks. But i'll take a look later.

from cozy-ui.

y-lohse avatar y-lohse commented on June 17, 2024

I've been thinking about this as we keep having this problem. I wonder if we shound't ditch the myCondition && <Component /> approach, and do something like <Component visible={myCondition} />. Then of course the component has to handle that flag, but at least the repaint won't affect anything else, right?

from cozy-ui.

GoOz avatar GoOz commented on June 17, 2024

@y-lohse You got me there, you're sure this is the problem or you guess it is?

from cozy-ui.

y-lohse avatar y-lohse commented on June 17, 2024

No, just based on what @enguerran says. We'd have to confirm it, but yeah, it sounds very likely.

from cozy-ui.

GoOz avatar GoOz commented on June 17, 2024

Ok then, I'll let someone more "javascripty" than me take this one. 😄

from cozy-ui.

GoOz avatar GoOz commented on June 17, 2024

I can't reproduce it anymore, did we just fixed by accident? Maybe the new modal fixed it.

Any thought on this @y-lohse @ptbrowne ?

from cozy-ui.

ptbrowne avatar ptbrowne commented on June 17, 2024

I never saw this bug with the Modal component, I think we can close.

from cozy-ui.

ptbrowne avatar ptbrowne commented on June 17, 2024

@y-lohse please reopen if you have seen this issue ;)

from cozy-ui.

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.