I came across this too, although it took me a few minutes to figure out what caused it, and not our IE8 placeholder widget, knockout.js or modernizr bindings. Our text box was <input type="search" .../>, and that is not a problem either.
, IE8, . , , :
window.sessionStorage.setItem('test2', input.value || '');
... , IE8 .?