Commit 370f05b0 authored by Mac's avatar Mac

1

parent 481f10f4
......@@ -17579,7 +17579,7 @@ UE.plugins['autofloat'] = function() {
},browser.ie ? 200 : 100,true);
me.addListener('destroy',function(){
domUtils.un(window, ['scroll','resize'], updateFloating);
domUtils.un(document.getElementById('app-rich-text'), ['scroll','resize'], updateFloating);
me.removeListener('keydown', defer_updateFloating);
});
......@@ -17597,7 +17597,7 @@ UE.plugins['autofloat'] = function() {
if(LteIE6){
fixIE6FixedPos();
}
domUtils.on(window, ['scroll','resize'], updateFloating);
domUtils.on(document.getElementById('app-rich-text'), ['scroll','resize'], updateFloating);
me.addListener('keydown', defer_updateFloating);
me.addListener('beforefullscreenchange', function (t, enabled){
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment