Reverting Firefox Windows bug fix ipython/ipython#8853

This effectively cloned all of the pager DOM nodes and removed
all of their events. This broke the pager closing and resizing.
pull/634/head
Brian E. Granger 10 years ago
parent 67a7422d3c
commit 65f15cbf32

@ -78,11 +78,6 @@ define([
// This allows the pager-contents div to use percentage sizing.
that.pager_element.height(that.pager_element.height());
that._resize();
// Fixes: ipython/ipython#8853
// Horrible hack that forces firefox to recalculate the content
// size so the scrollbars get rendered.
that.pager_element.html(that.pager_element.html());
});
});

Loading…
Cancel
Save