Project

General

Profile

Actions

Bug #29922

closed

<abbr> tags are printed unparsed in the FE

Added by anybody no-lastname-given over 12 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-09-17
Due date:
% Done:

0%

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

Description

In the database I have code like this in a content element:

<p> <abbr title="for example">e.g.</abbr> <link http://example.net>example.net</link> </p>

TYPO3 does not interprete the <abbr>-Tag correctly.
In the FE you can read <abbr title="for example">e.g.</abbr> as normal text.

Actions #1

Updated by Chris topher over 12 years ago

  • Category set to RTE (rtehtmlarea + ckeditor)
  • Status changed from New to Needs Feedback

I guess the sourcecode you posted above is what you have in a content element inside your database. So it is in the RTE, not in your template, right?

You have a link tag behind your abbr tag. Does the bug also occur without it? So is it important for this bug?

Actions #2

Updated by anybody no-lastname-given over 12 years ago

The same problem appears also without the <link>-tags. It is not a problem of rtehtmlarea (RTE is generally switched of, because produces much shit), but a problem of regular content elements (not template).

Actions #3

Updated by Chris topher over 12 years ago

  • Category deleted (RTE (rtehtmlarea + ckeditor))

OK, so which content element do you use?
One which comes with the Core or did you create your own one?

Can you reproduce the problem with other HTML tags, too?

Actions #4

Updated by anybody no-lastname-given over 12 years ago

It is normal page content, type "text", inside the field "text". I have no problems with other tags like <p>, <link>, <ul>, <li>, <table> etc.

Actions #5

Updated by Oliver Hader over 12 years ago

Is it problem in rendering the content in the frontend or in RTE htmlarea?
If in frontend, I guess that the abbr tag is not in the list of allowed tags then.

Actions #6

Updated by Oliver Hader over 12 years ago

  • Complexity set to medium
Actions #7

Updated by anybody no-lastname-given over 12 years ago

It is a frontend problem (with css-styled-content). I have deactivated RTE globally in the backend.

PS: I did not try it, but you should test also <acronym>, because similar tag used often in the same chapter in introductions to HTML.

Actions #8

Updated by Chris topher over 12 years ago

  • Subject changed from Does not interprete the <abbr>-Tag to <abbr> tags are printed unparsed in the FE
Actions #9

Updated by Chris topher over 12 years ago

I have just added the things which you now told us in these x posts to your original description.

Actions #10

Updated by Alexander Opitz almost 11 years ago

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #11

Updated by anybody no-lastname-given almost 11 years ago

At the moment the <abbr> tag seems to be rendered correctly.

Actions #12

Updated by Alexander Opitz almost 11 years ago

Which TYPO3 version did you test?

Actions #13

Updated by anybody no-lastname-given almost 11 years ago

It worked with v4.7 and v6.0, v4.6 I cannot remember.

v6.1 I did not test, because I waited long for migration to v6.0 because of compatibility problems of some important extensions and I need some weeks till I am prepared for v6.1.

Actions #14

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Needs Feedback to Closed

Ok, thanks for helping. :-)

Actions

Also available in: Atom PDF