Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#17 closed Bug (fixed)

First enter in a list creates double spacing (firefox)

Reported by: Alfonso Owned by:
Priority: Normal Milestone: FCKeditor 2.4
Component: UI : Enter Key Version:
Keywords: Cc:

Description

Steps to reproduce: Go to the end of the sample text (sample 12, default values), press enter to start a new paragraph an create a list (OL or UL), now put the first item and press enter, the second item appears two lines below, looking at the source in that moment shows this:

<body spellcheck="false">
	<p>
	This is some <b>sample text</b>. You are using <a _fcksavedurl="http://www.fckeditor.net/" href="http://www.fckeditor.net/">FCKeditor</a>.
	</p>
	<ol _moz_dirty="">
		<li _moz_dirty="">
			a
			<br _moz_editor_bogus_node="TRUE" _moz_dirty=""/>
			<br _moz_dirty="" type="_moz"/>
		</li>
		<li _moz_dirty="">
			b
			<br _moz_editor_bogus_node="TRUE"/>
		</li>
		<li _moz_dirty="">
			c
			<br _moz_editor_bogus_node="TRUE"/>
		</li>
	</ol>
</body>

Blocks: #1

Change History (2)

comment:1 Changed 17 years ago by Alfonso

Component: GeneralUI : Enter Key

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor 2.4
Resolution: fixed
Status: newclosed

Fix committed to the SVN.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy