Project

General

Profile

Actions

Bug #71981

closed

BE Preview of Content Element HTML is not limited in width

Added by Martin R. Krause over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Start date:
2015-11-30
Due date:
% Done:

0%

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

Description

When using fluid_styled_content and creating an HTML content element. It's preview in language and column mode in the backend (Page module) is not limited.

If the body of this content element includes overly long lines, its preview flows outside of the column and overlays neighboring content.


Files

Schermata 2015-12-07 alle 19.10.43.png (149 KB) Schermata 2015-12-07 alle 19.10.43.png Riccardo De Contardi, 2015-12-07 19:14
Actions #1

Updated by Gianluigi Martino over 8 years ago

  • Status changed from New to Needs Feedback

I cannot reproduce this! have you a printscreen? how to reproduce this? witch TYPO3 7 version do you use?

Actions #2

Updated by Riccardo De Contardi over 8 years ago

I have a different behavior with the "Language mode" (7.6.1-dev (latest master)) when you have a very long string... it does not overlap other elements, but the container is stretched very far.

How to reproduce:

1) create HTML content element (Fluid content element)
2) type in some CSS with a base-64 encoded image

<style>
p{
  background:url('data:image/png;base64,vhateververyveryveryveryverylongstring');
}
</style>

3) Result in language mode: see attached screenshot

please note that in columns mode this does not happen, the text flows in vertical

Actions #3

Updated by Gianluigi Martino over 8 years ago

is resolved in 7.6.1 by another ticket.

Actions #4

Updated by Riccardo De Contardi over 8 years ago

  • Status changed from Needs Feedback to Closed
Actions

Also available in: Atom PDF