﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7119	"Cursor skipping additional character after contentEditable=""false"""	Dinu		"Assumption:[[BR]]
- arrows, backspace and del should work around contenteditable spans[[BR]]
- no wrong refactoring should be due to CK[[BR]]
[[BR]]
Test:[[BR]]
1) Set contents to 
{{{
ABCD<span contenteditable=""false"">EFGH</span>IJKL
}}}
Problems:[[BR]]
Firefox: arrows move caret one character off, effectively skipping one extra character; backspace doesn't work on span, del works but removes one extra character[[BR]]
[[BR]]
2) Set contents to
{{{
ABCD<span contenteditable=""false"">EF<span contenteditable=""true"">12</span>GH</span>IJKL
}}}
Problems:[[BR]]
Webkit: Placing caret after F or H and hit backspace, or before E or G and press Del, strange refactoring occurs.[[BR]]
IE: cursor can't enter or leave inner span using arrows; probably browser related[[BR]]
Firefox: ditto[[BR]]
[[BR]]
(Unrelated yet related): API demo seems broken in Opera, can't set editor contents. Will try later.[[BR]]
[[BR]]
I'm not sure if I needed to create separate tickets, seems that since the test case is this specific functionality (have keyboard operations work on contenteditable areas), should all go in one place."	Bug	closed	Normal		Core : Read-only	3.3	fixed	IBM	satya_minnekanti@…
