I have a text input that I want automatically submitted when the user clicks outside of the input area (i.e. when the input is blurred). This works fine in many areas of the page. However if the user happens to click on a "draggable" item (UI/Draggable), the input blur never occurs and it doesn't get submitted. I have many draggable items on this particular page, so there is a good chance that the user could click one of them to blur the input.
Does anyone else have this problem? Is there a way around this?