-
Notifications
You must be signed in to change notification settings - Fork 443
input blur event is not calling while using ui-sortable #453
Comments
Can you fork one of the provided examples on README to demonstrate your use
|
http://codepen.io/strelcov/pen/RRRWPB |
It seems that jquery-ui makes the sortable items un-focusable. start: function (e, ui) {
$('[ng-blur]').blur();
}, |
it works , if I start to pull the item . if you just click on the sortable element ng-blur doesn't work ( |
jQuery-ui probably intercepts & prevents the propagation of the |
when I changed the sortable element with the span on the button ng-blur began to work , but the button is not draggable element. Can I make a button, perhaps in the options, drag and drop items? |
Try using the handle option but it will probably not work. You can also try On Wed, Jun 15, 2016, 17:10 IvanStrelcov [email protected] wrote:
|
I also encountered this problem, how do you solve it? |
Let it be my shame, but I decided that using a crutch like this |
In my use case i have to create editable list . But blur event on input box is not calling.
The text was updated successfully, but these errors were encountered: