The error on th following line appeared after adding an additional list Item.
Have 2 more examples where this happens. No problems editing other pages.
Changing/Deactivating the "custom formatting options" didn't had any effect

Content of the page body before switching to CK

<a href="/node/1233?quicktabs_2=1#quicktabs-2"><span style="font-size: medium;">Neu in &quot;VTAD in der Presse&quot;</span></a>

<table class="vtad">
	<tbody>
		<tr>
			<td class="vtad">
				
				<ul>
					<li> Mai 2011 - TRADERS´INSIGHTS - <a href="/node/1499">VTAD-Frühjahrskonferenz: Das Jahr 2011 – im Zeichen der Rohstoff hausse?</a></li>
					<li>
						30.04.2011 - Smart Investor - <a href="/node/1494">7. Fr&uuml;hjahrskonferenz der VTAD</a></li>
					<li>
						11.04.2011 - Dow Jones - <a href="/node/1493">BLICKPUNKT/VTAD: Kaufsignale beenden Krisenl&auml;nder-Schw&auml;che</a></li>
					
				</ul>
			</td>
		</tr>
	</tbody>
</table>

Code after activating CK

<a href="/node/1233?quicktabs_2=1#quicktabs-2"><span style="font-size: medium;">Neu in &quot;VTAD in der Presse&quot;</span></a><br />
<br />
<br />
<br />
<br />
<br />
<br />
<table class="vtad"><tbody><tr><td class="vtad"><br />
				<br />
				<ul><br />
					<li>Mai 2011 - TRADERS&acute;INSIGHTS - <a href="/node/1499">VTAD-Fr&uuml;hjahrskonferenz: Das Jahr 2011 &ndash; im Zeichen der Rohstoff hausse?</a></li><br />
					<li><br />
						30.04.2011 - Smart Investor - <a href="/node/1494">7. Fr&uuml;hjahrskonferenz der VTAD</a></li><br />
					<li><br />
						11.04.2011 - Dow Jones - <a href="/node/1493">BLICKPUNKT/VTAD: Kaufsignale beenden Krisenl&auml;nder-Schw&auml;che</a></li><br />
					<br />
				</ul></td></tr></tbody></table>

Comments

dczepierga’s picture

Status: Active » Postponed

Hi,

I can confirm this bug...
In D7 everything works fine, because it has linebreak converter - we will port it to D6 also asap...

So pls be patient, i will write here if we do sth with it.

Greetings

Morn’s picture

Title: On some table and li combinations lots of breaks are inserted after activating CK » On some table and li combinations lots of breaks are inserted after activating CK, or worse html code gets overwritten

Note: seems to be a CKeditor 3.4.2 and 3.5.3 problem

I dodn't know if its the same bug, but the effect is critical:
Code before activating CK

<h2>	<a href="/forschungsarbeiten" title="Forschungsarbeiten">Arbeiten des VTAD Awards 2011</a></h2>
<table class="vtad">
	<tbody>
		<tr>
			<td class="vtad">
				
<a href="/sites/files/images/users/Karin/preistraeger.png" target="_blank" title="Preisträger FK 2011"><img alt="Preisträger FK 2011" src="/sites/files/images/users/Karin/thumb_preistraeger.png" style="width: 100px; height: 100px;float: right;"  /></a>

			<ul>
				<li>
						<a href="/node/1441">Gleitende Durchschnitte 3.0 (Moving Averages 3.0) - 1. Preis</a></li>
				<li>
						<a href="/node/1442">Lineare Regressionsgeraden in der Technischen Analyse - 2. Preis</a></li>
				<li><a href="/node/1454">
					Handelsstrategien auf Basis von Strukturbr&uuml;chen bei Korrelationen und Volatilit&auml;ten  - 3. Preis</a></li>

			       	  Alle Arbeiten finden Sie unter <a href="/forschungsarbeiten">"Forschungsarbeiten"</a> oder direkt unter dem Link 
                                                                                 <a href="/taxonomy/term/63" >"Award 2011"</a>.<br/>
<em>Foto: Preisträger des VTAD-Award 2011. Von links nach rechts: Dr. Gregor Bauer (Vorstandsvorsitzender der VTAD e.V.),
Dr. Manfred Dürschner (1. Preis), Joachim Lenz (2. Preis), Dr. Daniel Ziggel und Dr. Dominik Wied (3. Preis).</em>

                         </ul>
			</td>

		</tr>
	</tbody>
</table>

Code after activating CK, the text between "Sie unter oder direkt unter dem Link" and . disappeared.

<h2>
	<a href="/forschungsarbeiten" title="Forschungsarbeiten">Arbeiten des VTAD Awards 2011</a></h2>
<table class="vtad">
	<tbody>
		<tr>
			<td class="vtad">
				<a href="/sites/files/images/users/Karin/preistraeger.png" target="_blank" title="Preisträger FK 2011"><img alt="Preisträger FK 2011" src="/sites/files/images/users/Karin/thumb_preistraeger.png" style="width: 100px; height: 100px;float: right;" /></a> <a href="/forschungsarbeiten">&quot;Forschungsarbeiten&quot;</a><a href="/taxonomy/term/63">&quot;Award 2011&quot;</a>
				<ul>
					<li>
						<a href="/node/1441">Gleitende Durchschnitte 3.0 (Moving Averages 3.0) - 1. Preis</a></li>
					<li>
						<a href="/node/1442">Lineare Regressionsgeraden in der Technischen Analyse - 2. Preis</a></li>
					<li>
						<a href="/node/1454"> Handelsstrategien auf Basis von Strukturbr&uuml;chen bei Korrelationen und Volatilit&auml;ten - 3. Preis</a></li>
					Alle Arbeiten finden Sie unter oder direkt unter dem Link .<br />
					Foto: Preistr&auml;ger des VTAD-Award 2011. Von links nach rechts: Dr. Gregor Bauer (Vorstandsvorsitzender der VTAD e.V.), Dr. Manfred D&uuml;rschner (1. Preis), Joachim Lenz (2. Preis), Dr. Daniel Ziggel und Dr. Dominik Wied (3. Preis).
				</ul>
			</td>
		</tr>
	</tbody>
</table>

Note:It happens also with the 7.x Version

dczepierga’s picture

I try to do this in CKEditor demo site (http://ckeditor.com/demo) and i can confirm problem with it.
I can't do anything with it because it's problem with CKEditor library...

Pls report it here: http://dev.ckeditor.com
After create ticket with this bug, pls paste here link to it - this will help other people and they will see that is fixed or not with new version of CKEditor.

Greetings

Morn’s picture

Ticket for #2 at dev.ckeditor.com

https://dev.ckeditor.com/ticket/7799

dczepierga’s picture

Status: Postponed » Closed (won't fix)

Issue is confirmed in CKEditor bugtracker so i think we could close this issue, because it's not related with CKEditor module.

Greetings