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

Incorrect Positioning in Float mode #18

Closed
ishields opened this issue Dec 1, 2014 · 1 comment
Closed

Incorrect Positioning in Float mode #18

ishields opened this issue Dec 1, 2014 · 1 comment
Milestone

Comments

@ishields
Copy link

ishields commented Dec 1, 2014

I'm having an issue with float mode. It seems that as soon as you click and hold a widget (without actually dragging anywhere), it picks a new location for the widget (as indicated by the placeholder dashed box), 1 or 2 spaces below.

Here is my configuration -
[{"x":0,"y":0,"width":12,"height":5},{"x":0,"y":5,"width":4,"height":2},{"x":4,"y":5,"width":4,"height":2},{"x":8,"y":5,"width":4,"height":2},{"x":0,"y":7,"width":2,"height":2},{"x":3,"y":7,"width":4,"height":2},{"x":7,"y":7,"width":4,"height":2},{"x":8,"y":9,"width":4,"height":2},{"x":0,"y":10,"width":4,"height":2},{"x":4,"y":10,"width":4,"height":2},{"x":9,"y":11,"width":3,"height":2},{"x":0,"y":12,"width":4,"height":2},{"x":4,"y":12,"width":4,"height":2}]

To test this, click and hold one of the widgets in the bottom row. You will see that it instantly incorrectly positions the place holder.

@troolee troolee added this to the 0.2.1 milestone Dec 2, 2014
@troolee
Copy link
Member

troolee commented Dec 2, 2014

It was error in y coordinate calculation. Fixed.

Thank you for feedback.

@troolee troolee closed this as completed Dec 2, 2014
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