﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2074	Creation of extraneous <p>&nbsp;</p>	eigentor		"If there are no <p></p> tags present in a text box, FCKeditor will always add it in the end, no way around it. Similar as in this ticket: http://dev.fckeditor.net/ticket/382
Switching between code view and normal view will do the same.

It is present in Firefox but also IE7. It happens when integrating FCKeditor into Drupal, so I don't know if it is anything to do with the integration.

e.g. when I've got only an <ul><li></li></ul> inside a text box. I tried wrapping the entire ul in a <p>, but this also does not work, it ends up having a <p>&nbsp;</p> in front and behind the <ul>.

Changing the enter mode to <br> helped, but this is no solution, since the client should be able to press enter and get <p> tags.

It appears to me that the editor always needs to create <p></p> in every text box. If it does not succeed, it puts it in the end. And it appears to be unable to wrap it around inline elements."	Bug	closed	Normal		General		invalid		
