Bug #29922
closed<abbr> tags are printed unparsed in the FE
0%
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.
Updated by Chris topher about 13 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?
Updated by anybody no-lastname-given about 13 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).
Updated by Chris topher about 13 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?
Updated by anybody no-lastname-given about 13 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.
Updated by Oliver Hader about 13 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.
Updated by anybody no-lastname-given about 13 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.
Updated by Chris topher about 13 years ago
- Subject changed from Does not interprete the <abbr>-Tag to <abbr> tags are printed unparsed in the FE
Updated by Chris topher about 13 years ago
I have just added the things which you now told us in these x posts to your original description.
Updated by Alexander Opitz over 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)?
Updated by anybody no-lastname-given over 11 years ago
At the moment the <abbr> tag seems to be rendered correctly.
Updated by anybody no-lastname-given over 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.
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
Ok, thanks for helping. :-)