Html Text Input Undo Not Working
I'm having a problem where the undo function (both ctrl+z and right click > undo) of html text boxes and text areas is being disabled. This is happening on pages generated from
Solution 1:
Have you got any JS timers on the page. Even if they don't update the particular controls they can cause the control history to be wiped. I suspect it's a bug in IE.
Post a Comment for "Html Text Input Undo Not Working"