netresearch / t3x-rte_ckeditor_image

Image support in CKEditor for the TYPO3 ecosystem
GNU Affero General Public License v3.0
56 stars 65 forks source link

Alt and Title Attribute outputs true in Frontend #224

Closed sk-foresite closed 1 year ago

sk-foresite commented 1 year ago

Bug description If you set the title and alt tag of an image in the RTE it will output the value "true" in the frontend.

Steps to reproduce

Expected behavior The img tag contains the inputted alt- and title-attributes.

Screenshots or logs IMG-Tag in Editor:

<img alt="Test" data-alt-override="true" data-htmlarea-file-table="sys_file" data-htmlarea-file-uid="2685" data-title-override="true" src="/fileadmin/_processed_/c/b/csm_Lake_Lugano_7bb7365e66.jpg" style="height:201px; width:300px" title="Test" />

IMG-Tag in Frontend:

<img alt="true" src="/fileadmin/_processed_/c/b/csm_Lake_Lugano_7bb7365e66.jpg" title="true" width="300" height="201" loading="lazy">

Environment

Documentation Have you checked the readme/documentation?