Results 8 comments of Jack Gao

> Thanks for the report. Does the issue you describe exist when jQuery UI 1.12.1 is used or only with jQuery UI 1.13.0 or newer? It exists from 1.12.1 to...

As my understanding, this issue maybe caused by the clone element position caculate. When start drag the clone element belongs to the parent html. When into the iframe element and...

1 - This sortable.positionAbs should be check the sortable is in the iframe. sortable.document != draggage.document. The positionAbs value should be caculated with the iframe page offset. https://github.com/jquery/jquery-ui/blob/main/ui/widgets/draggable.js#L845 2 -...

I have found a solution to fix this issue. We just focus on the configuration only. 1 - Set the outer daggable element config as below: ``` { appendTo: "body",...

QuickClose的设计就是点击dialog之外的其他区域关闭dialog. 只不过是设置了透明度为100%的遮罩元素。可以看一下dom结构。

你现在的自适应是根据css的word break实现的,你的这些字符串由于是一些特殊字符串,导致css不能很好的识别,建议使用固定宽度

Any update for this issue? Thanks.

I think it's ok. And I have created the "datetimepicker" directive in my project and work well. But we need concern that the model value if need the datetime type,...