User tests: Successful: Unsuccessful:
Pull Request for Issue # .
In the Atum template I noticed a wrong implementation of the line-clamp property in combination with display box which throws a waring when using a CSS prefixer. This styling is also obsolete as truncating is added in the PHP code.
Apply the patch and build the CSS. Go to modules and click on "New". Nothing is changed in the layout.
Status | New | ⇒ | Pending |
Category | ⇒ | Repository NPM Change |
Title |
|
As my CSS prefixer tripped over the code I noticed the wrong implementation of the CSS. I agree with the 200 character truncate. I'll just remove the wrong code.
Labels |
Added:
NPM Resource Changed
?
|
Title |
|
@brianteeman thanks for the review
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
@C-Lodder I'm aware, but like @brianteeman said the text get truncated in the PHP. This was an old implementation to truncate by CSS to three lines. So code is obsolete.
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-03-18 16:14:09 |
Closed_By | ⇒ | laoneo |
Thanks!
This is not correct. Well the css might be (i dont know) but the intended behaviour is to truncate the text at 200 characters
joomla-cms/administrator/components/com_modules/tmpl/select/default.php
Line 64 in 06ae97f