Bug #17521

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

Added by Johnny almost 6 years ago. Updated 19 days ago.

Status:Needs Feedback Start date:2007-08-10
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:Content Rendering
Target version:-
TYPO3 Version:4.1 Complexity:
PHP Version:
Votes: 0

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)

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


Related issues

related to Core - Bug #17174: W3C Warning: trimming empty <dd> Closed 2007-03-31

History

Updated by Johnny almost 6 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" xml:lang="en" lang="en">

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

config.doctype = xhtml_trans
config.xmlprologue = none

Updated by Alexander Opitz 19 days 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)?

Also available in: Atom PDF