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

maxRow not preventing dragIn from pushing past max limit #1419

Closed
zeeh opened this issue Oct 26, 2020 · 2 comments · Fixed by #1519
Closed

maxRow not preventing dragIn from pushing past max limit #1419

zeeh opened this issue Oct 26, 2020 · 2 comments · Fixed by #1519
Labels

Comments

@zeeh
Copy link

zeeh commented Oct 26, 2020

With maxRow:1 its possible to drag widgets into slots also when this slot isn´t empty. Eksemple: https://zeeh.no/vismeg/bug.html

@adumesny
Copy link
Member

thanks. dragging in that grid works correctly (won't let you replace and push and item down) but dragging from the outside doesn't respect maxRow

@adumesny adumesny changed the title drag widget into a not empty slot maxRow not preventing dragIn from pushing past max limit Oct 27, 2020
@adumesny
Copy link
Member

adumesny commented Dec 6, 2020

fixed in 3.1.1 release. not only does it prevent from being dropped over (and hide original) it then tries to append the item. ideally it would allow to push all items to the right, but that's is what #149 is asking for, or having a left gravity instead of top, but those are a lot harder...

@adumesny adumesny closed this as completed Dec 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants