Undo (ctrl +z ) is not working for text area when I use jquery autocomplete in IE
Jquery autocomplete breaks the undo in IE, In case of textarea what may be the reason ? Try this, Open this link in IE http://jqueryui.com/demos/autocomplete/#multiple Type any text in input element, for example type 'a' select 'ActionScript' from menu now do backpsace to remove characters. Now do undo ctrl + z , It's not working why ? can any one explain ? Thanks in advance Paul T Davies I had a similar problem: Html text input undo not working In the end I found out that if any JavaScript updated any visual elements, all the text boxes on the page had their undo history reset. In my case it