:: Forum >>

Grid Control : Overlapping Column Text in Firefox

Resizing column width in Firefox, the current cell's text gets overlapped with the adjacent cell's text.Couldn't find a known bug to this effect either.
Dric
Monday, March 1, 2010
I think recent versions does not suffer this bug.
Have you tried it with lastest 2.5.5 ?
Anyway try also with this styles:

<style>
.aw-quirks * {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.aw-item-text:focus {
outline: none;
}
</style>

HTH
Carlos
Monday, March 1, 2010
Thanks. Can't move to 2.5.5 without a lot of testing overhead, although it fixes the problem.
The style elements didn't work. A quick check with firebug didn't show them being applied to the grid cells. I am using v2.0.1 .
Dric
Tuesday, March 2, 2010

This topic is archived.


Back to support forum

Forum search