Open ishaq opened 10 years ago
I can confirm this as well. The cell grows larger than the input text would require.
I think this happens because the calculation does not user the correct fontSize here: https://github.com/nicklockwood/FXForms/blob/master/FXForms/FXForms.m#L2647 Maybe the set font should be considered here?
how to reproduce:
to show the form:
you'll notice that size of the text view bigger than required for the string. In a live scenario where user had typed a few paragraphs and returned to edit them later, the size was a little smaller (hiding the last quarter of the text). This combined with #86 creates editing nuisance.