Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In editor, moving a node with relative children doesn't update imagemap #95

Open
howardjones opened this issue May 23, 2017 · 3 comments
Assignees

Comments

@howardjones
Copy link
Owner

howardjones commented May 23, 2017

When a node has children (relative positions), and it is moved, the positions of the children are not immediately recalculated. This gives a situation where the imagemap doesn't update, but the image itself does (because it involves reloading the config). The move takes fully place as expected after any other change (or 'do nothing').

Immediately after a node move, relative positions should be recalculated. There is no convenient facility to do this currently.

Temporary fix: just press "do nothing" or edit something else.

@ikorzha
Copy link

ikorzha commented May 23, 2017

I am aware of the bug in #95, I experienced many times in the past. to get around it I usually reload a config in editor by open a new config file:). Fix for it would be nice!

@ikorzha
Copy link

ikorzha commented May 24, 2017

I have tested the latest editor.php build, I do see that original #95 bug still there. I'm not sure if you have made an attempt to address it or now.

@howardjones
Copy link
Owner Author

No, that will take more change - it needs to reset the status of all the nodes and recalculate them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants