ng-sortable icon indicating copy to clipboard operation
ng-sortable copied to clipboard

Not working on IE10

Open kailashvele opened this issue 8 years ago • 4 comments

Thanks for the Work its great! but just noticed that it is not working on IE10 even tried the #262 also the Simple Demo is not working couldn't understand the reason.

kailashvele avatar Feb 24 '16 11:02 kailashvele

@kailashvele are you using the master version. this is having a fix though it is not released.

a5hik avatar Feb 26 '16 23:02 a5hik

@a5hik Yes I am using the master version, It was working later maybe not implemented correctly but while dragging, the drag item position is not calculated correctly on IE10 tried containerPositioning: 'relative' but didnt work. I have three implementation in same controller one works fine other two dont work fine.

kailashvele avatar Mar 02 '16 06:03 kailashvele

I guess its the problem of how you structure your code and position property to the classes. I have tried to keep it clean and remove the position property from styling it worked for me.

kailashvele avatar Mar 02 '16 13:03 kailashvele

Hi, as updated earlier the structure and position are factors but still it is not working as expected. Also checked the advanced demo on IE10 and here is the screenshot how it looks when dragging on IE10 untitled

kailashvele avatar May 25 '16 07:05 kailashvele