Project

General

Profile

Actions

Bug #20231

closed

Small rendering/css bug on FE with Text with image

Added by Clemens Riccabona over 15 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-03-23
Due date:
% Done:

0%

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

Description

If you have a CE 'Text with Images' and set the positioning to 'Image left in Text' where the text should float around the image and you put in an image and as text just an ordered or unordered list, these lists have not the correct padding on the left hand side.
This occurs on FF3 as well as on IE7, which have about 70% of users all over europe.

I made a clean T3 installation with Version 4.2.6, Added a page to the pagetree, added a template for a new site, added one of the static templates (i tested several of them, e.g. 'green') and add css_styled_content.
Produce a CE 'Text with images' add an image an as text add an ordered or unordered list. As orientation of the media choose the floating 'in text left'.
Look at the FE.

I tested it with several of the standard templates (Hyper, Green, Bug, TU) as well as on several of my own pages. everywhere the same bug.

As a quick and dirty solution I used following in my CSS:

.csc-textpic-intext-left .csc-textpic-text ul, .csc-textpic-intext-left .csc-textpic-text ol { position:relative;left:20px; }

because the paddings and margins I tried had no effect (at least on FF3)
(issue imported from #M10768)


Files

css_styled_content.diff (669 Bytes) css_styled_content.diff Administrator Admin, 2009-03-26 23:40
bug10768-firefox-BUG.png (11.5 KB) bug10768-firefox-BUG.png Administrator Admin, 2009-05-15 16:30
bug10768-firefox-OK.png (113 KB) bug10768-firefox-OK.png Administrator Admin, 2009-05-15 16:30
bug10768-nobullets-buggy.png (24.1 KB) bug10768-nobullets-buggy.png Administrator Admin, 2009-09-15 11:09
bug10768-nobullets-fixed.png (22.6 KB) bug10768-nobullets-fixed.png Administrator Admin, 2009-09-15 11:09
10768_followup.diff (1.13 KB) 10768_followup.diff Administrator Admin, 2010-04-25 23:24
10768-padding-left-bug.png (77.1 KB) 10768-padding-left-bug.png Administrator Admin, 2010-04-27 10:11
Actions

Also available in: Atom PDF