Results 2 comments of varunprakas

1 ` ::: ` 2. `` I tried the above methods. but it didn't work for me. Please let me know the next step

Thanks for the immediate response. In the mentioned url i found one solution `if (['input', 'textarea'].indexOf(element.tagName.toLowerCase()) > -1 && Array.prototype.some.call(document.querySelectorAll('[draggable="true"]'), function(el) {return el.contains(element);})) { element.focus(); } }, false); }` but...