﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10801	enterMode BR - selecting one bold line and 'un-bold' it, makes the previous entered text 'un-bold'	vosmanz		"Sorry for the title, i don't really know how to explain it in one sentence (also, English is not my main language)

I found a problem in CKEditor where bold text that's not selected is influenced by an action on a text that is selected. It's pretty hard to describe, so let's just give an example:

- Open the 'enterkey.html' example from CKEditor (link below)
- Set enter mode and shift-enter mode both to BR.
- Empty the text area
- Click 'Bold' button
- Type one line of random text (hit enter key)
- Type another line of random text (DON'T hit enter key)
- Select the second line you just typed with your mouse
- Click 'Bold' button to remove the bold from the last line

Result: Bold is removed from line 1 + 2
Expected result: Bold is removed from selected line 2 only

Same problem occurs for other layout options, such as italic and underline.

When you hit the enter key after line 2, and then select line 2, it works fine and only line 2 is changed. Also, when you select the 2nd line with your keyboard (shift+home for example) it works fine too.

Browser/OS:
I think the bug is Chrome (or webkit?) specific. The problem occurs in latest stable version of Chrome in Windows 7 + 8.

Also tested in updated stable versions of IE 10 and FireFox in Win7+8, but there it works as expected.

Tested in 'latest' and 'nightly':
http://ckeditor.com/latest/samples/plugins/enterkey/enterkey.html
http://nightly.ckeditor.com/13-09-04-13-06/full/samples/plugins/enterkey/enterkey.html

I hope the explanation is sufficient."	Bug	confirmed	Normal		General	3.6.5		Blink	
