Closed Zander1983 closed 2 years ago
Hi @Zander1983, thank you for the comment. Could you show an example by using e.g. https://jsfiddle.net/ to reproduce that?
@anseki thats going to take some time! Or would you be willing to look at the code? I can pay you a consultancy fee...
You don't have to make your app in JSFiddle. It's just only an example code to reproduce that issue, I will read the your code, then I might find a bug in your code.
Yes ill try that. My project is really complex though. Many moving parts. I'll see can I reproduce on Jsfiddle and post back here then.
Ok :smile:
No reply came, then this abandoned issue is closed.
Its hard to reproduce, but happens from time to time. When I reproduce, ill create a ticket and a fiddle.
Ok :smile:
Maybe your app or another library does something in scroll
event.
I love your library. However I've seen a strange issue. I have a series of graphs - these are HTML canvases wrapped in divs. There is a hierarchy, a graph has a parent and can have multiple children. It looks like this:
However, when I scroll down, sometimes they jump about:
When I look in the inspector, I can see that as I scroll, the transform in the css changes as I scroll:
Im not including code here, but I will if needed. Any ideas what this could be? Thanks