[Bug] Browser, jquery having trouble with effects after screen lock

asked 2014-06-11 01:05:06 +0300

Xiph gravatar image

updated 2014-06-11 12:05:52 +0300

I noticed that webpages with jquery doesn't work properly after the screen have been locked. Certain effects such as fadeOut(), fadeIn(), slideUp() etc does not work after screen has been locked. For example, if an element is to be faded out using $('someobject').fadeOut(); this does not work anymore after the screen has been locked. It works properly if the browser app is slided away and back again, but as soon as the screen gets locked, the webpage have to be reloaded in order to work properly.

EDIT: setInterval() seems to stop working after screen lock aswell.

EDIT2: Seems like the root cause for malfunction of jquery effects might originate from that setTimeout and setInterval doesn't work after screen lock.

edit retag flag offensive close delete