Using jQuery, setting Draggable on an element prevents blur from firing when you click the draggable element

后端 未结 2 1286
慢半拍i
慢半拍i 2021-01-20 18:21

Using jQuery, when you set a blur event on a text box and set another element as draggable, when you click the draggable element, the blur event does not fire in FireFox. I

2条回答
  •  春和景丽
    2021-01-20 19:13

    I had the same problem. It's a bug. For a solution see here: http://dev.jqueryui.com/ticket/4261

提交回复
热议问题