﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9998	In Chrome SPAN tags appear when merging paragraphs with delete/backspace.	lmeurs		"Occurs in Chrome v24.0.1312.56 / CKEditor 4.0.1 (revision d02739b) / CKEditor 4 DEV (Standard) (revision d02739b) (nightly build demo)

Did not occur in Firefox v17.0.1

When you have a paragraph with several lines of text, ie.:

{{{
<p>line1<br />
line2</p>
}}}

and want to create 2 separate paragraphs, you could go with your cursor to the end of line1, press ENTER to create a new paragraph and press DELETE to remove the whiteline caused by the BR tag. Then CKEditor puts some HTML in a SPAN tag with a line-height styling.

{{{
<p>line1</p>
<p><span style=""line-height: 1.6em;"">line2</span></p>
}}}

Other examples: It also happens when trying to create a single line out of the next cases:

{{{
<p><br />
line2</p>
}}}

and

{{{
<p>line1</p>
<p>line2</p>
}}}

== Edits ==

* **This happens when two paragraphs are joined with delete. Tag br has nothing to do here. **

* **Another TC: http://stackoverflow.com/questions/14952515/ckeditor-entermode-issue-in-chrome**

  Content: {{{<h1>^test</h1>}}} + enter + backspace creates awful mess.

* Browser issues:
    * http://code.google.com/p/chromium/issues/detail?id=226941
    * https://bugs.webkit.org/show_bug.cgi?id=114791

* Related issues: #8438, #8439, #8440, #10359, #10515."	Bug	confirmed	High		General	4.0		Chrome	laura@… ben@… matti.jarvinen@… ivanjh@…
