Giter Site home page Giter Site logo

Comments (5)

dannyrb avatar dannyrb commented on August 15, 2024

@dbousamra are you comfortable authoring a pull request to fix this issue?

from react-cornerstone-viewport.

dbousamra avatar dbousamra commented on August 15, 2024

Sure. Just wanted to check this was an actual issue and not something I was misunderstanding. What is the actual fix though? That conditional check: const shouldStart = isPlaying !== prevIsPlaying && isPlaying; is there for a reason, but I don't fully understand it. Presumably there as an optimisation to prevent calling playClip more than it needs to. However, not checking against prevIsPlaying seems to work fine, and I can't see anything immediately broken. Perhaps the call is idempotent and isn't an issue to spam call.

from react-cornerstone-viewport.

dannyrb avatar dannyrb commented on August 15, 2024

I think you've correctly identified the intent and the issue at hand. We default to false when we use this component in OHIF. After that, we make changes by toggling isPlaying or the frameRate; which is why we haven't observed this issue.

This is the logic for playClip: src/stackTools/playClip.js

Starts playing a clip or adjusts the frame rate of an already playing clip. framesPerSecond is optional and defaults to 30 if not specified. A negative framesPerSecond will play the clip in reverse. The element must be a stack of images

I think there's two ways we could fix this:

In componentDidMount, if isPlaying is true, we could call playClip. This takes care of setting the initial state based on props.

OR

In componentDidUpdate we remove the prevIsPlaying checks.

I think I prefer the first approach. It looks like if we call playClip for other prop updates, it would stop, update the settings, start. I'm unsure of how this would impact the behavior.

from react-cornerstone-viewport.

dbousamra avatar dbousamra commented on August 15, 2024

Thanks, this was a great summary. I've attached a PR that should fix things.

from react-cornerstone-viewport.

ohif-bot avatar ohif-bot commented on August 15, 2024

🎉 This issue has been resolved in version 2.2.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

from react-cornerstone-viewport.

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.