Bug 1578017 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

We put the full URL in the title attribute for `.font-origin .url`. If the URL happens to be very long, e.g. with a base64 value, this can produce problematic results. See the attached screenshot.

We should probably cut the string off at something like 500 or 1000 characters.
We put the full URL in the title attribute for `.font-origin .url`. If the URL happens to be very long, e.g. with a base64 value, this can produce problematic results. See the attached screenshot.

We should probably cut the string off at something like 500 or 1000 characters.

A test case: https://codepen.io/mutoo/pen/MvZzjX

Back to Bug 1578017 Comment 0