Bug #22885
closedparagraph line wrapping
0%
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)
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>
Updated by Alexander Opitz over 11 years ago
- Target version deleted (
0) - TYPO3 Version set to 4.3
Relation #M14399 => #22661
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)?
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.