com_search - Fix long titles + text in search results#8334
com_search - Fix long titles + text in search results#8334wilsonge merged 1 commit intojoomla:stagingfrom pe7er:com_search-title-wordwrap
Conversation
|
I have tested this item ✅ successfully on acb6002 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8334. |
|
I have tested this item ✅ successfully on acb6002 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8334. |
|
Same comment here as in other similar PRs. What if the title is built from different words? And where do we have such long words in a title in practice? |
|
I have tested this item ✅ successfully on acb6002 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8334. |
Sounds like the proper fix is then to use a space after a coma 😄 |
|
Based on @Bakual comments I am setting this to Needs Review for a maintainer to make a decision This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8334. |
This PR fixes the layout for long titles and long text in the search results of com_search for both the Protostar and the Beez3 template
Testing Instructions
Create a new article with a long title and long article text as described in #8312
Before the PR
with Protostar template
On the front-end use Joomla's Search functionality and search for the article with the long title,
to see that the long title & text mess up the layout.
with Beez3 template
In the back-end change the default template to Beez3
On the front-end use Joomla's Search functionality and search for the article with the long title,
to see that the long title & text mess up the layout.
After the PR
with Protostar template
This PR should fix the layout
with Beez3 template
This PR should fix the layout