зеркало из https://github.com/mozilla/pjs.git
Bug 656114 - Clicking is broken in position:fixed elements in Fennec with MOZ_ENABLE_FIXED_POSITION_LAYERS enabled r=stechz
This commit is contained in:
Родитель
4fb2d49038
Коммит
ac32def776
|
@ -125,6 +125,7 @@ const AnimatedZoom = {
|
|||
let event = document.createEvent("Events");
|
||||
event.initEvent("AnimatedZoomEnd", true, true);
|
||||
window.dispatchEvent(event);
|
||||
browser._updateCSSViewport();
|
||||
},
|
||||
|
||||
isZooming: function isZooming() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче