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

Dragging widgets around can still cause unexpected changes in other widgets #34

Closed
ishields opened this issue Dec 13, 2014 · 5 comments
Closed
Milestone

Comments

@ishields
Copy link

Looks like this is still happening in certain cases (related to #23). Using the below layout.

[{"widget_id":12,"x":0,"y":0,"width":12,"height":1,"locked":false},{"widget_id":2,"x":0,"y":1,"width":4,"height":3,"locked":false},{"widget_id":3,"x":4,"y":1,"width":8,"height":1,"locked":false},{"widget_id":6,"x":4,"y":2,"width":8,"height":1,"locked":false},{"widget_id":4,"x":4,"y":3,"width":8,"height":1,"locked":false},{"widget_id":7,"x":0,"y":4,"width":12,"height":1,"locked":false},{"widget_id":8,"x":0,"y":5,"width":12,"height":1,"locked":false},{"widget_id":9,"x":0,"y":6,"width":12,"height":1,"locked":false},{"widget_id":15,"x":0,"y":7,"width":12,"height":3,"locked":false}]

To get it happen move the square above the top line. Things are shifted and even if you drag the square back to its original position, the layout has changed.

@troolee
Copy link
Member

troolee commented Dec 14, 2014

Do you use float mode?

@ishields
Copy link
Author

Nope. This is in normal mode.

@troolee
Copy link
Member

troolee commented Dec 14, 2014

Yeah, I see what you mean. It's not a bug, it's how collision fixing works now... Try to do something with that.

@troolee troolee added this to the 0.2.2 milestone Dec 14, 2014
@troolee
Copy link
Member

troolee commented Dec 20, 2014

Hi, I've fixed this

@troolee troolee reopened this Dec 20, 2014
@troolee troolee closed this as completed Dec 20, 2014
@ishields
Copy link
Author

@troolee Great job. Confirmed problem is fixed with that example and haven't seen any other occurrences. Thanks a lot!

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