javascript - Workaround for issues with KB2846071 -


because of patch kb2846071, getting issues in our web application wherever using window.event.clientx or window.event.clienty.

one part of breaking critical functionality in our application. have looked of links

after insalling kb2846071 event.clinety seems negative value

did windows update 2846071 break break handling of window.event.clientx clienty?

but none of these provide solution or workaround. know solution ms, right looking immidiate fix. can provide can use in place of below code?

window.onbeforeunload = function(e) {     if (event.clienty < 0 ) {         // close session         // warn user...      } }; 


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -