Project

General

Profile

Actions

Bug #83422

closed

Rendering of </tag> <abbr title="xxx"> kills space

Added by Λάθε βιώσας over 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2017-12-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If you have some HTML of the scheme

<tag>xxxx</tag> <abbr title="yyyyyyy">y</abbr>

the space between xxxx and y is killed in the rendering.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #83424: Typo3 v8.7 crashes <abbr> tagsClosed2017-12-25

Actions
Has duplicate TYPO3 Core - Bug #83804: TYPO3 CMS spaceless viewer forges to constructions of (X)HTML crazynessRejected2018-02-07

Actions
Actions #1

Updated by Λάθε βιώσας over 6 years ago

Also the combination

<a>xxxx</a></sup> <span id="yyyy">zzzz</span>

has the same failure...

Actions #2

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from New to Needs Feedback

Are you using the HTML content element?

This behavior is triggered by the standard fluid Layout for all the FSC elements, i.e. EXT:fluid_styled_content/Resources/Private/Layouts/Default.html. In this file, everything is surrounded by a <f:spaceless>....</f:spaceless> fluid viewhelper.

It should be sufficient to use a different Layout file for the HTML element, then. Could you tell us if this solution is sufficient for you? Thank you!

Actions #3

Updated by Λάθε βιώσας over 6 years ago

I use the standard "Text & Media" type of fluid_styled_content from Typo3 v7.6 but without rich text editor because I want clean XHTML and not any editor rubbish.
In v7.6 it was working without any problems but v8.7 has also problems with some standard (X)HTML tags like <abbr>.

Actions #4

Updated by Λάθε βιώσας over 6 years ago

  • Related to Bug #83424: Typo3 v8.7 crashes <abbr> tags added
Actions #5

Updated by Riccardo De Contardi over 6 years ago

Please, use a fluid Layout without the <f:spaceless>....</f:spaceless> viewhelper- this should solve your issue.

Actions #6

Updated by Λάθε βιώσας over 6 years ago

A perfect update - a new version of a CMS that cannot even understand HTML which it understood in an earlier version. Expecially there is still the main problem that this version cannot handle <abbr> tags...

THIS IS NOT AN UPGRADE BUT A DOWNGRADE!

The programmers of Typo3 are getting more and more self loving and forgetting the real virtues of a CMS...

Actions #7

Updated by Wouter Wolters about 6 years ago

  • Status changed from Needs Feedback to Closed

The spaceless viewhelper removes all spaces around tags. If you put this inside a element your problem is solved.

Actions #8

Updated by Λάθε βιώσας about 6 years ago

This means

<p><tag>xxxx</tag> <abbr title="yyyyyyy">y</abbr></p>

a valid XHTML which every system understands is not understood by the famous TYPO CMS v8.x, but I have to change in many hundreds of cases into the XHTML crazyness like

<p><tag>xxxx</tag><span> </span><abbr title="yyyyyyy">y</abbr></p>

How can I deactivate the f*** spaceless viewhelper????

SIC TRANSIT GLORIA MUNDI

Actions #9

Updated by Λάθε βιώσας about 6 years ago

  • Related to Bug #83804: TYPO3 CMS spaceless viewer forges to constructions of (X)HTML crazyness added
Actions #10

Updated by Stephan Großberndt about 6 years ago

  • Related to deleted (Bug #83804: TYPO3 CMS spaceless viewer forges to constructions of (X)HTML crazyness)
Actions #11

Updated by Stephan Großberndt about 6 years ago

  • Has duplicate Bug #83804: TYPO3 CMS spaceless viewer forges to constructions of (X)HTML crazyness added
Actions #12

Updated by Stephan Großberndt about 6 years ago

  • Status changed from Closed to Needs Feedback

Should not be necessary to remind you, but ranting and flaming will not help at all.

Could you please explain in more detail in which kind of construct you are using the <f:spaceless> ViewHelper and how is the changed behaviour between TYPO3 7.6 and TYPO3 8.7?

Actions #14

Updated by Alexander Opitz almost 6 years ago

  • Status changed from Needs Feedback to Closed

No feedback within the last 90 days => closing this issue.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Thank you and best regards

Actions

Also available in: Atom PDF