In a large project, I have a test mouseDown handler in that field, and I placed this in a line in it:
Code: Select all
answer the textHeight of me
This was in a utility where the user can click on any line in that field, and a tool would pop up at the clickV, pertinent to the line of interest. Today, LC has forgotten the textHeight of the field IN THE HANDLER, whereas if I go back to msg, any old time at an all, "13" comes up as expected.
The utility always appears at the top of the field, not at the line of interest, because the calculation that locates it is using empty as the value of the textHeight, and not 13. Great, eh?
Before I just assume it is, again, just me, and replace the textHeight reference with 13 (which means I cannot change the font size without modifying that explicit value) can anyone make sense of this?
Craig