Community
Participate
Working Groups
To reproduce: - Start controls demo, goto Table. - Click font, set font size to 10 or smaller, apply - add small icons to the table => The icon is cut off 1px. This is due to the extra line of pixels substracted from the items height for the gridline in TableItem.js: var height = this._parent.getItemHeight() - 1; // -1 is gridLine height This line is not respected in the layout calculation.
Can not be reproduced anymore.