﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8804	Disable HTML correction	MJ21071954		"Hello. I am using CKEditor module on a website powered by Drupal 6.

Some of the pages on the website have invalid (x)HTML, mainly block elements inside inline elements. Before anyone edits the page, the content is rendered live on the website as it should appear.

However when an admin goes to edit the page and the editable content appears in WYSIWYG view of CKEditor, it attempts to 'fix' the invalid code successfully.

All HTML correction options are unticked in Drupal and CKEditor configuration using Drupal's admin. So, is this a bug?

My question is simply how to prevent CKEditor from re-writing the code in WYSIWYG view?

Here is example code: Should be / what I need:

<a class=""link-block"" href=""index.html""><h2>My Header</h2><p>Some text.</p></a>

Result after switching to WYSIWYG view:

<h2><a class=""link-block"" href=""index.html"">My Header</a></h2><p><a class=""link-block"" href=""index.html"">Some text.</a></p>


Browsers: Firefox, Safari, Chrome
CKEditor version: 3.6.2 :: 6.x-1.8 (Demo, Drupal module)
Drupal version 6.17 - PHP version 5.3.2-1ubuntu4.9"	Bug	closed	Normal		Core : Parser	3.6.2	invalid		
