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

Token Drift on Non-Square Grids #300

Closed
Jaggeroth opened this issue Mar 14, 2019 · 3 comments
Closed

Token Drift on Non-Square Grids #300

Jaggeroth opened this issue Mar 14, 2019 · 3 comments
Assignees
Labels

Comments

@Jaggeroth
Copy link
Member

When dragging tokens on grid types other than "Square" you get very inconsistent behaviour.

You typically see an initial "jump" when you grab the token i.e. it is suddenly displaced to a different cell.

Then as you drag the token, its positions appears to drift from where you believe the cursor to be. This is difficult to confirm (See Issue #299 ) but when you release the tokens, the cursor will reappear far from where the token has been placed.

@Phergus
Copy link
Contributor

Phergus commented Mar 14, 2019

I believe the displacement is related to Hex Grid tokens having their position referring to the center of the image and not the top-left corner as in square (all other?) grids. It is essentially half the width and height.

@Phergus
Copy link
Contributor

Phergus commented Jul 16, 2019

I believe this has been fixed by changes for #487. Code can be found in 1.5.3-rc1.

@Phergus Phergus added the bug label Jul 16, 2019
@Phergus
Copy link
Contributor

Phergus commented Jul 28, 2019

This should be addressed by changes made under #487. Closing.

@Phergus Phergus closed this as completed Jul 28, 2019
Phergus added a commit that referenced this issue Jul 28, 2019
Added references to #300, #315, #479 in bug fixes / enhancements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants