Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.41k stars 1.98k forks source link

Search Results: Tags go too far to right #16049

Closed fraying closed 7 years ago

fraying commented 7 years ago

In Search, in Post results, the tags can go too far to the right.

screen shot 2017-07-10 at 10 20 38 am

https://wordpress.com/read/search?isSuggestion=1&q=goats&sort=relevance

cc @jancavan

fraying commented 7 years ago

Also, note that that particular series of hashtags is being interpreted as one tag: https://wordpress.com/tag/ecotravel-familytravel-ecofarm-farmstay-ecuadortravel-travel-overland-agroeco-rural-farmlife

Which is a bummer.

This is the post: https://wordpress.com/read/blogs/112483816/posts/5639

cc @gibrown

jancavan commented 7 years ago

Hmm, I thought I had fixed this already. It seems like in the example, it's one really long tag 👀

gibrown commented 7 years ago

@fraying ya that is a general problem WP which only separates tags based on commas not based on whitespace in the editor. I think it is kinda a bug in the UI for WP. wp-admin is worst case, but I think Calypso has this problem a bit too.

bluefuton commented 7 years ago

I've created an Editor issue: https://github.com/Automattic/wp-calypso/issues/16396