Project

General

Profile

Actions

Bug #17521

closed

Typo3 v4.1.2 Image cObject does not render properly in IE7.0

Added by Johnny over 16 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2007-08-10
Due date:
% Done:

0%

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

Description

In Typo3 v4.1.1 and versions prior, the Image cObj included empty <dd class="csc-textpic-caption"></dd> tags for each image in the cObj. This resulted in empty tag warnings when validating the html. This was fixed in version v4.1.2 (see bug #17174).

However, now that these extra dd tags are not included, the images (with border) in the Image cObj do not render with a space between them on IE7.

I can force v4.1.2 to reinclude these empty dd tags by putting the following in my typoscript setup:

tt_content.image.20.rendering.dl.caption.required = 0

This fixes the visual rendering problem in IE7, but re-introduces the empty tag warnings/errors upon html validation.

See the attached image for the visual difference between v4.1.1 and v4.1.2 Image cObjects in IE7

I would like to be able to leave the empty dd tags out, but get the problem solved so that the rendering in IE7 is like it used to be

Rendering of Image cObj in the latest Opera and Firefox is normal, so this appears to be a problem with only IE7.0.
(issue imported from #M6125)


Files

v412-image-cobj-render-problem.jpg (192 KB) v412-image-cobj-render-problem.jpg Administrator Admin, 2007-08-10 17:52

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #17174: W3C Warning: trimming empty <dd>ClosedOliver Hader2007-03-31

Actions
Actions #1

Updated by Johnny over 16 years ago

Doctype of the rendered page in IE7 is:

<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml&quot; xml:lang="en" lang="en">

- Using Templavoila (latest version) and the following is in my typoscript setup:

config.doctype = xhtml_trans
config.xmlprologue = none

Actions #2

Updated by Alexander Opitz almost 11 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • TYPO3 Version set to 4.1

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #3

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed

No feedback for over 90 days.

Actions

Also available in: Atom PDF