fix #1775 Horizontal scrollbar is not resizing when typing

This commit is contained in:
nightwing 2014-01-30 21:44:17 +04:00
commit f3af20aa15

View file

@ -962,6 +962,8 @@ var VirtualRenderer = function(container, theme) {
offset = this.scrollTop - firstRowScreen * lineHeight;
var changes = 0;
if (this.layerConfig.width != longestLine)
changes = this.CHANGE_H_SCROLL;
// Horizontal scrollbar visibility may have changed, which changes
// the client height of the scroller
if (hScrollChanged || vScrollChanged) {