logbot: Very long URLs can mess up the layout and should be truncated #27

Open
opened 3 years ago by rra · 0 comments
rra commented 3 years ago

See attached screenshot, when long URLS are logged they could potentially mess up the layout because they normally dont wrap but grow the parent container. My suggestion is the following:

Turn the code that turns links in messages into HTMLs in to:

<a href='https://www.internationaleonline.org/opinions/1067_brave_new_university_technology_and_neoliberalism_in_the_postpandemic_university_and_the_strange_case_of_distance_arts_education'>https://www.internationaleonline.org/opinions/1067_brave_new_university_technology_and_neoliberalism_in_the_postpandemic_university_and_the_strange_case_of_distance_arts_education</a>

In to:

<a href='https://www.internationaleonline.org/opinions/1067_brave_new_university_technology_and_neoliberalism_in_the_postpandemic_university_and_the_strange_case_of_distance_arts_education'>https://www.internationaleonline.org/[...]</a>

Or define a max amount of characters after which the display URL is truncated!

See attached screenshot, when long URLS are logged they could potentially mess up the layout because they normally dont wrap but grow the parent container. My suggestion is the following: Turn the code that turns links in messages into HTMLs in to: ` <a href='https://www.internationaleonline.org/opinions/1067_brave_new_university_technology_and_neoliberalism_in_the_postpandemic_university_and_the_strange_case_of_distance_arts_education'>https://www.internationaleonline.org/opinions/1067_brave_new_university_technology_and_neoliberalism_in_the_postpandemic_university_and_the_strange_case_of_distance_arts_education</a>` In to: ` <a href='https://www.internationaleonline.org/opinions/1067_brave_new_university_technology_and_neoliberalism_in_the_postpandemic_university_and_the_strange_case_of_distance_arts_education'>https://www.internationaleonline.org/[...]</a>` Or define a max amount of characters after which the display URL is truncated!
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.