Project

General

Profile

Actions

Bug #22885

closed

paragraph line wrapping

Added by Lord of over 14 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-06-15
Due date:
% Done:

0%

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

Description

The combination for line wrapping in Typo3 RTE has an undesired effect:
Inserting the following content:

<div class="module"><h3>Popular</h3>(here there is a newline that is autoinserted by the RTE)
<ul class="mostread"><li class="mostread"><a href="...">some text</a></li></ul></div>

renders the following:

<p class="bodytext"><div class="module"><h3 title="Servicii IT">Popular</h3></p><ul class="mostread"><li class="mostread"><a href="..." >some text</a></li></ul><p class="bodytext"></div></p>

So first, the RTE automatically insert a newline after the <h> tag and then it wraps its own created new line with <p class="bodytext"> and after that instead of encapsulating the <div>...</div> it encapsulates only the </div> tag

The result is a total mess on my website. )

TYPO3 Ver. 4.3.3
Template Auto-parser (automaketemplate)
Static Publishing (staticpub)
Site Crawler (crawler)
Indexed Search Engine
CoolURI (cooluri)
Google Sitemap for Pages and Contents (mc_googlesitemap)
User>Task Center, Recent (taskcenter_recent)
cag_contactform (cag_contactform)
Basic SEO Features (seo_basics)
http auth and 302-handling for crawler (sms_crawler)
Typo3 Quixplorer (t3quixplorer) Mads Brunn
Static Methods for Extensions (div)
Library for Extensions (lib)
Address List (tt_address)
Front End User Registration (sr_feuser_register)
Email Address Subscription (sr_email_subscribe)
Static Methods for Extensions since 2007 (div2007)
Captcha Library (captcha)
Gallery2 (gallery2)
Media (DAM) (dam)
Media>Indexing (dam_index)
Direct Mail (direct_mail)
Ecodev : feeds services (RSS / ATOM) (ecorss)
Meta Tags Auto-Maker (BK) (bk_automakemetatags)
(issue imported from #M14731)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #22661: bodytext wraping breaks codeClosed2010-05-16

Actions
Actions #1

Updated by Chris topher over 14 years ago

Duplicate of #0014399.

Actions #2

Updated by Lord of over 14 years ago

Dear Christopher

please be aware that the editor erases the closing of the p tags. There is one before the ul tag and one after the </div>

Actions #3

Updated by Alexander Opitz over 11 years ago

  • Target version deleted (0)
  • TYPO3 Version set to 4.3

Relation #M14399 => #22661

Actions #4

Updated by Alexander Opitz over 11 years ago

  • Status changed from New to Needs Feedback

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

Actions #5

Updated by Alexander Opitz about 11 years ago

  • Status changed from Needs Feedback to Closed
  • Is Regression set to No

No response in over 3 month so closing this issue.

If you think this issue should be reopened, then write to the bugs mailing list.

Actions

Also available in: Atom PDF