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,
<style>
.aw-quirks * {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.aw-item-text:focus {
outline: none;
} </style>
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021