Project

General

Profile

Actions

Bug #86862

closed

Using <f:spaceless> in layout for rendering any fluid_styled_content element causes valid RTE content to be be destroyed.

Added by Helmut Hummel over 5 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Fluid Styled Content
Target version:
-
Start date:
2018-11-06
Due date:
% Done:

100%

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

Description

As pointed out here: #80695 <f:spaceless> removes too much whitespace in certain contexts.

Important here is, that RTE content potentially is such context.

Therefore I suggest to remove the <f:spaceless> from the layout


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #88203: RTE CKEditor removes spaces between formatted wordsClosed2019-04-25

Actions
Related to TYPO3 Core - Bug #91003: Spaces between adjacent hyperlinks in Regular Text Element content elements do not appear when the content is renderedClosed2020-04-12

Actions
Has duplicate TYPO3 Core - Bug #85777: <f:spaceless> eats too many blank spacesClosed2018-08-08

Actions
Has duplicate TYPO3 Core - Bug #80695: f:spaceless ViewHelper removes too many spacesClosed2017-04-05

Actions
Actions #1

Updated by Helmut Hummel over 5 years ago

  • Related to Bug #80695: f:spaceless ViewHelper removes too many spaces added
Actions #2

Updated by Helmut Hummel over 5 years ago

Example:

<strong>my bold text</strong> <em>with a space to the emphasize</em>

note, that it is totally valid in RTE context to have two different inline formattings separated with a space

Actions #3

Updated by Markus Klein over 5 years ago

I agree with that!

There is no other sane solution to solve this.

Actions #4

Updated by Gerrit Code Review over 5 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58858

Actions #5

Updated by Riccardo De Contardi over 5 years ago

also related? #85777

Actions #6

Updated by Markus Klein over 5 years ago

  • Related to Bug #85777: <f:spaceless> eats too many blank spaces added
Actions #7

Updated by Markus Klein over 5 years ago

  • Related to deleted (Bug #85777: <f:spaceless> eats too many blank spaces)
Actions #8

Updated by Markus Klein over 5 years ago

  • Has duplicate Bug #85777: <f:spaceless> eats too many blank spaces added
Actions #9

Updated by Markus Klein over 5 years ago

  • Related to deleted (Bug #80695: f:spaceless ViewHelper removes too many spaces)
Actions #10

Updated by Markus Klein over 5 years ago

  • Has duplicate Bug #80695: f:spaceless ViewHelper removes too many spaces added
Actions #11

Updated by Benjamin Kott over 5 years ago

Removing the spaceless viewhelper is a massive change in behaviour during released versions that WILL lead to visual differences. Please see very very simple example: https://codepen.io/benjaminkott/pen/dQYwwy

This will make the change breaking, and so the change must atleast be marked as beeing that. If you rely on these to reduce for example spacing between buttons or other examples. You will need to adapt your templates and override the layout if you are currently not doing this.

In addition we reintroduce a lot of unnessesary bloat we tried to remove in the first place. That means if you are fine with the current solution you will now need to take additional actions to optimize the html output.

Means, whatever we will change, it will be breaking in some kind or another. This is why i prefer not to make any backports to older versions in this area.

But since v9.5 is almost fresh out of the door we can/should make an exception for this one. But i would still like to see an option that keeps the compression and the removal of bloat, but is handling block and inline elements differently/better.

Actions #12

Updated by Helmut Hummel over 5 years ago

Benjamin Kott wrote:

Please see very very simple example: https://codepen.io/benjaminkott/pen/dQYwwy

Well, yes. inline-block elements must not have spaces to avoid gaps when gaps are not wanted. In RTE context (or any context where basically editors control the HTML), inline-block elements must have spaces

I tend to say that situations where spaces need to be removed between inline-block elements are not controlled by editors, right?
I at least can't imagine a case where editors add a space and this space should be trimmed.

So when you don't want a CSS fix for this issue, you have to adapt your templates to not have gaps where you don't want one. But CSS fixes might be a tradeoff:
https://stackoverflow.com/questions/5078239/how-do-i-remove-the-space-between-inline-block-elements

But i would still like to see an option that keeps the compression and the removal of bloat, but is handling block and inline elements differently/better.

If I'm not completely mistaken, it is impossible to decide on HTML level where to trim and where not (HTML parsing is hard enough), but since CSS defines which tag should be displayed as inline block,
we can't do anything on HTML level.

Actions #13

Updated by Markus Klein over 5 years ago

Lets fix the 90% case. I would argue the space stuff within RTE is affecting more people than the button stuff. But maybe I'm wrong about that. Thinking of our customers I see mostly see the argument "I want to control the output of my text myself".

Actions #14

Updated by Gerrit Code Review over 5 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58858

Actions #15

Updated by Riccardo De Contardi almost 5 years ago

  • Related to Bug #88203: RTE CKEditor removes spaces between formatted words added
Actions #16

Updated by Andreas Kiessling almost 5 years ago

Any news on that issue? We just had to override the layout to get the whitespace back..

Actions #17

Updated by Gerrit Code Review over 4 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/58858

Actions #18

Updated by Georg Ringer over 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #19

Updated by Benni Mack about 4 years ago

  • Status changed from Resolved to Closed
Actions #20

Updated by Riccardo De Contardi almost 4 years ago

  • Related to Bug #91003: Spaces between adjacent hyperlinks in Regular Text Element content elements do not appear when the content is rendered added
Actions

Also available in: Atom PDF