add workaround for autoScroll bug

This commit is contained in:
Dietmar Maurer 2012-09-13 13:36:24 +02:00
parent d868744789
commit 5fed7c2b69

View File

@ -151,7 +151,13 @@ Ext.define('PVE.window.Snapshot', {
xtype: 'grid',
region: 'center',
layout: 'fit',
autoScroll: true,
// NOTE: autoscroll is buggy with firefox, so
// we use native scrollbars
// autoScroll: true,
scroll: false,
viewConfig: {
style: { overflow: 'auto', overflowX: 'hidden' }
},
height: 200,
store: summarystore,
columns: [