3.2.0

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
March 1,
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
March 1,
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
March 2,

This topic is archived.

See also:


Back to support forum