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:
Oleg Romashin 2011-08-11 11:37:23 -07:00
Родитель 4fb2d49038
Коммит ac32def776
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -125,6 +125,7 @@ const AnimatedZoom = {
let event = document.createEvent("Events");
event.initEvent("AnimatedZoomEnd", true, true);
window.dispatchEvent(event);
browser._updateCSSViewport();
},
isZooming: function isZooming() {