community-edition
community-edition copied to clipboard
Endpoint doesn't follow mouse pointer when scrolling
Version:5.8.0 Description:
- When i scroll
document
it works ok
- When i scroll the container element (it is not
docuemnt
) it doesn't flow the mouse pointer
@mornmartin can you try this in 5.9.0?
I tried in master branch (latestCommitId: accc57eb673af6962cabbb382a5aab2817a87334), this issue remains.
In my case, i made some changes in file https://github.com/jsplumb/jsplumb/blob/master/demo/draggableConnectors/index.html
.
- Modify the el's
style
asheight: 300px;overflow: auto;
whose className includesjtk-demo-main
- Decrease view height until the vertical scrollbar appears
- Drag a endpoint
- Scroll the mouse wheel
thanks for checking. yes i can see how to reproduce the issue by hand but i'm interested in reproducing it in a unit test.
how to deal with the question,thank you very much
this PR contains a fix
https://github.com/jsplumb/jsplumb/pull/1139
but no unit tests. i'd really like first to isolate this with a failing unit test.
How can it be merged ? Should i write unit tests ?
@sporritt @MornMartin is there any way to build packages from source?
@sporritt @MornMartin is there any way to build packages from source?
Idk Im Not Sure Too,But I Think No,Only The Way Is you install it from cmd then paste it in your folder