dyoo / WeScheme

29 stars 16 forks source link

Underscore does not appear in interactions #39

Closed dyoo closed 12 years ago

dyoo commented 12 years ago

Emmanuel reports that the underscore character _ does not print properly; it's not accounted for in the height. Appears to only affect interactions, I think.

dyoo commented 12 years ago

Solution is slightly uglier than I'd like, but we have something now in dca42ec5320c846212f11c6c09a79ac618022741

The fix is associated to the dynamicHeight parameter to TextContainers. If it's set to true, we'll do our special-case logic there. We can't run it in general, or else we get into big trouble with the height of the definitions window.