Bug 919106 - Not check pointer lock element for non-first mousemove call in screenClientXYConst test. rs=RyanVM

--HG--
extra : source : 43e363c256f8af61ec598e99feabc6bcc172b938
This commit is contained in:
Xidorn Quan 2015-06-17 23:32:04 +10:00
Родитель ca0b73b136
Коммит 96ecd40ffb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -53,7 +53,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=633602
todo(false, "mousemove is fired twice.");
}
isUnlocked = !document.mozPointerLockElement;
unLockedCoords = {
screenX: e.screenX,
screenY: e.screenY,
@ -65,6 +64,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=633602
return;
}
isUnlocked = !document.mozPointerLockElement;
div.mozRequestPointerLock();
}