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

Overlap is incorrect calculated #113

Open
eL-Prova opened this issue Mar 2, 2018 · 0 comments
Open

Overlap is incorrect calculated #113

eL-Prova opened this issue Mar 2, 2018 · 0 comments
Labels

Comments

@eL-Prova
Copy link

eL-Prova commented Mar 2, 2018

There is a bug while adding widgets. I build the gridster and then get the widgets from the database which are added to the grid. The steps to reproduce:

  • gridster has 3 columns
  • Add widget at x = 1, y =1 by add_widget method (with col and row)
  • Add second widget with again x = 1, y = 1 (col and row not given) (goes correct, is added after the first one)
  • move first widget on position of second. (result is second is position 1, first on position 2)
  • add widget x = 1, y = 1 (without col and row) (BREAK)

Result is that on position 1 the second and last image are set.

@fixmycode fixmycode added the bug label Jul 24, 2018
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