Rick Viscomi

Results 431 comments of Rick Viscomi

@afarriaga This is high on my list for trunk8 but I don't have the time. Pull requests are welcome!

Could you reproduce the issue in a jsfiddle? Also, you don't need the each().

Confirmed. Could you submit a pull request? The `else if` block to handle fixed width truncation should have a check for negative bite_size and return early.

What's required for support?

Thanks for working on this. I may take some time to review the code thoroughly, but one thing I noticed in your demo is that truncating in the center doesn't...

Can you double check the timing of your $.trunk8() calls, to make sure that this isn't an issue of trunk8ing text in one font, then substituting it with a bigger...

Put a breakpoint in your code when you trunk8 and check the font of the text. I looked at your source and couldn't find where you call trunk8().

The other thing that could be affecting it is the "11km" part. When is that text set? Is it possible that the text is truncated to the full line then...

Sorry I can't think of anything else. For filing bugs against trunk8 you should show what part of the trunk8 code is broken. So I would suggest stepping through the...

This looks like a dupe of #73