Grid autoHeight NOT working as expected

The docs for the autoHeight method for Grid state “Makes long text to split into multiple lines based on the width of the column”. While the text does now wrap, there are significant gaps at the top and the bottom of the text. DevTools shows an auto height calculation for each row. It appears that the autoHeight method is calculating WRONG when something as simple as a font size adjustment is made. While the docs also state “* in case of complex HTML data, usage of the autoHeight config may lead to incorrect size calculations”, I find it hard to believe that a simple font size adjustment would be seen as “complex HTML” so I would fully expect that the autoHeight could adjust accurately. Is this a flaw or am I missing something?

Here is a snippet showing the problem.

Here is a screenshot:
image

And this is from the array I pulled to load the grid. The maximum number of words in each string in THIS array (for a different Grid than my first example) are 20 words and look at how the DHX math calculates the height of the row …
image

Unfortunately the autoHeight mode is unable to calculate the content length with the font modified externally. I’ll send your request to the dev team and it will be observed, so we’ll try to improve the logic so the customized font could taken into consideration during the content length calculation, but I cannot guarantee that such improvement will be extended in the near future.

I’ll inform you about any progress on this issue.