You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Firstly, thank you for sharing this nice script.
I was playing with it all day, and got some problems.
Script successfully append items, resize, drag & drop, all good but on filtering I got "Uncaught Error: Gridifier error: too wide(ver.grid)/too tall(hor.grid) item".
Also, when clicking on a handle for dragging, some children elements get outside the item.
Any idea? Thanks.
The text was updated successfully, but these errors were encountered:
Hello.
Can you post your grid/grid item CSS code?
'Too wide(ver.grid)' (with verticalGrid) error is thrown when appended item can't be inserted inside container because item width is > than grid width. (For example grid width is 800px, item width is 810px)
Problem with handle can be caused because of different reasons:
By default Gridifier will create draggable item clone and append it to body(http://gridifier.io/dragifiers/decorators) - after inspecting screenshot and your first problem(with error) it looks like there is some problem with grid item sizes. (That is why that error is thrown and items are placed 'outside' of item).
Thank you for your fast answer.
I could track the "too wide/too tall" filter error to something to do with grid parent div being hidden when aplying filtering function. I have to hide/show that div to simulate a tabbed interface, filtering when parent is hidden brings that error.
Children item elements steel get wrong positioning while dragging, here is the css:
Hello. Firstly, thank you for sharing this nice script.
I was playing with it all day, and got some problems.
Script successfully append items, resize, drag & drop, all good but on filtering I got "Uncaught Error: Gridifier error: too wide(ver.grid)/too tall(hor.grid) item".
Also, when clicking on a handle for dragging, some children elements get outside the item.
Any idea? Thanks.
The text was updated successfully, but these errors were encountered: