Protostar Contact display corrections#8612
Protostar Contact display corrections#8612infograf768 wants to merge 1 commit intojoomla:stagingfrom
Conversation
|
There is a problem with this patch: if title is a real title (words AND spaces), before patch it's OK, but after patch line break cuts inside words. This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8612. |
|
Sorry, picture uploads failed. This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8612. |
|
I know that. What has been done here was to apply the same css used in the articles manager. That css indeed does not respect spaces anymore and cut words but, if the css is not there, then we have what I have shown above i.e. the title goes all over the page, in the articles manager too. |
|
It's one thing to do that in the backend. But in frontend it looks very wrong to me to break a word. |
|
will create new PR for the RTL issue only... |


This PR corrects 2 issues concerning Single Contact display in Protostar.
Create a contact and link it to a user who has created some articles. Fill all fields. Make sure parameters are set to display all fields. Also Enable User - Profile plugin and fill fields for that user.
Create a Single contact menu item and make sure all fields are set to display.
A. RTL display (to test change en-GB.xml to
<rtl>1</rtl>). Thanks @Bakual for that part.-----------------------------------before patch
-----------------------------------After patch
B. Long article title issue. Screenshots in RTL but it is same in LTR.
-----------------------------------------before patch
-------------------------------------------After patch