зеркало из https://github.com/mozilla/gecko-dev.git
Bug 986752 - CSS :active states get stuck with multiple on-screen touches. r=botond
This commit is contained in:
Родитель
065e1fb950
Коммит
9352d16730
|
@ -139,7 +139,8 @@ const ContentPanning = {
|
|||
onTouchStart: function cp_onTouchStart(evt) {
|
||||
let screenX, screenY;
|
||||
if (this.watchedEventsType == 'touch') {
|
||||
if ('primaryPointerId' in this) {
|
||||
if ('primaryPointerId' in this || evt.touches.length >= 2) {
|
||||
this._resetActive();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче