jquery 拖放:Droppable 不适用于具有 float:left 或 inline-block 的元素
其他人以前也遇到过这个问题吗?
我似乎无法进入具有 display: inline-block 或 float:left 的 TARGET。
这是示例代码的链接: http://jsbin.com/arusu3/141
我发现的一些信息: http://forum.jquery.com/topic/connecttosortable -fails-when-sortable-list-is-floated
我注意到如果我将其完全转储到中间,是否可以内联工作。但如果我的拖动的任何部分接触到它,它会很高兴接受掉落。
Anyone else have this problem before?
I cannot seem to drop into TARGET that has display: inline-block or float:left.
Here's link to sample code:
http://jsbin.com/arusu3/141
Some info I found:
http://forum.jquery.com/topic/connecttosortable-fails-when-sortable-list-is-floated
I noticed if might work INLINE if I dump it EXACTLY in the middle. but it would be nice for it to accept drop if any part of my drag touches.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我能够放到 div-inline 上。 (使用最新的 Chrome)
也许这是一个容忍问题?
http://jsbin.com/arusu3/144 :将容差编辑为“触摸”
http://jqueryui.com/demos/droppable/#option-tolerance
I was able to drop onto the div-inline. (Using latest Chrome)
Perhaps it's a tolerance issue?
http://jsbin.com/arusu3/144 : edited the tolerance to 'touch'
http://jqueryui.com/demos/droppable/#option-tolerance
清除你的浮动。
Clear your float.