Xie, Ziyu

Results 128 comments of Xie, Ziyu

@mtinnes You can customize the handlers' css properties by overwriting: `ng-resizable-handle`, `ng-resizable-e`, `ng-resizable-w`, `ng-resizable-n`, `ng-resizable-s`, etc.

@iqmeta Thanks! Please try v1.3.1, by using [position], (movingOffset) and (endOffset), I think we can implement drag clone.

@qq1209974887 是的。不过,position 暂不支持百分比

@atotalnoob No, it's not done by default. Thanks for your suggestion

@MalinPramoditha Please check your angular version. If it's

@pauldraper It depends on angular. I didn't use new ES feature. The demo site reports an issue about 'startsWith' which is invoked by other libraries. I will do some check....

The demo site should now load successfully with IE 11. I add the polyfills suggested by angular.

这里的top left,你理解成css里的属性就好了。在这些场景下是没有绝对位置的,都是相对的。

@AmitMY Thanks for reporting this issue with a detailed video. I will study the case and try to find a way. Your solution is very helpful.

@AmitMY I've published a new version with your solution that introduced a transparent div. It works well and I also add a [demo](https://xieziyu.github.io/angular2-draggable/#/draggable/advance/iframe) to test that case. Thanks!