Community
Participate
Working Groups
Build Identifier: Auto-sizing columns using TableLayout can result in rounding errors, e.g. 3-column table with total width of 85 is split into columns of widths 29, 28, 28, respectively. The tests assert equal widths of (int) totalWidth / 3, i.e. 28. So it fails for the first column. Reproducible: Always
Created attachment 156918 [details] Fixes the test bugs.
fixed in CVS Head