angular2-grid icon indicating copy to clipboard operation
angular2-grid copied to clipboard

Placement of items/resizing/moving not working in grid after migrating to Angular 6

Open naman1901 opened this issue 7 years ago • 2 comments

Hi, I have an application that uses angular2-grid to display widgets on a dashboard. Recently we moved from Angular 4 to 6, and now the grid has (it seems) stopped honouring the starting positions of the widgets, all of which seem to be moved to (0,0). Resizing and moving widgets around doesn't work either.

image Expected Behaviour (from Angular 4) This is how the widgets are supposed to be organized on the grid (each black box is a widget, hiding content for confidentiality)

image Observed Behaviour (from Angular 6) This is the observed behaviour. Notice how the widgets are overlapping.

This was working fine with Angular 4.

naman1901 avatar Oct 09 '18 12:10 naman1901

Just published v3.0.0 with angular 6 support. Give that a go

BTMorton avatar Nov 15 '18 16:11 BTMorton

It looks like I am missing something with the config. 2.0.2 works fine even with Angular 6 for me. 2.3.1 and now 3.0.0 give me overlaps.

naman1901 avatar Feb 08 '19 12:02 naman1901