why is minimum width of grid 150 pixels in Firefox?
The minimum width of the AW grid in FF is 150px, when using AW 2.0.1.
The minimum width is not enforced in IE, and it is not enforced in FF in AW 2.0.0 and prior.
The minimum width is enforced by this line in common/grid.css:
Does anyone know what Firefox scrolling problem this fixes? Why 150px?
I removed the lines above from grid.css and the grid still seems to scroll OK, in FF 1.5.0.8. But I am concerned that removing those lines may break other FF versions, or certain grid sizes that I haven't tried.
thanks
The minimum width is not enforced in IE, and it is not enforced in FF in AW 2.0.0 and prior.
The minimum width is enforced by this line in common/grid.css:
.aw-gecko .aw-grid-box {
min-width: 150px; /* fix for FF scrolling problem */
}
Does anyone know what Firefox scrolling problem this fixes? Why 150px?
I removed the lines above from grid.css and the grid still seems to scroll OK, in FF 1.5.0.8. But I am concerned that removing those lines may break other FF versions, or certain grid sizes that I haven't tried.
thanks
CK
November 13,