﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1605	[Firefox] Unnecessary <p> tags are inserted in InsertHtml function of FCKEditor Object	Dr. Sharad Kelkar		"Unnecessary <p> tags are inserted in InsertHtml function of FCKEditor Object.
Suppose we insert HTML  text programmatically  as  follows

var html_text  = "" This is <b>some  <span style=\"" color: maroon; \"" >HTML</span></b> text "" ;
var ed =   FCKeditorAPI.GetInstance('TEXT')
ed.InsertHtml(html_text);

Than some extra <p> tags appear in the inserted text. ( confirmed by viewing HTML source )

This problem is seen only in Firefox 2/3 Beta ( Or any GECKO browser )

It is not seen with IE7 / Safari 3.04 or Opera 9.5
Tested on Windows XP SP2
Thanks







"	Bug	closed	Normal		General	FCKeditor 2.5	fixed	Firefox	
