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

wrong sequence #8

Closed
dimohamdy opened this issue May 2, 2017 · 3 comments
Closed

wrong sequence #8

dimohamdy opened this issue May 2, 2017 · 3 comments

Comments

@dimohamdy
Copy link
Contributor

dimohamdy commented May 2, 2017

@freesuraj
image_uploaded_from_ios__4_

when you connect all nodes in pattern and try to drag then you get this wrong sequence
i will fix it in non complex mode by remove all duplicated numbers but how i can fix it in complex mode

@freesuraj
Copy link
Owner

Hi Ahmed,
Could you provide a test case for this issue? Is the uniqueID generated not unique? What's the main issue here?

@dimohamdy
Copy link
Contributor Author

dimohamdy commented May 3, 2017

test case
1- disable complex type
2- i make pattern size 3*3
3- try to draw pattern that contain all nodes and in the last node and try to drag to any other node

Expect the the uniqueID length is only 9
but the real the length of uniqueID is very big

@freesuraj
Copy link
Owner

If you look at the function that generates uniqueId, you'd know why the number is super big. It's actually by design. But I agree we could probably come up with a way to make it unique while not making the value as big.

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