﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6729	Nested contenteditable	Dinu		"I think this is a collection of browser bugs, don't know if they have any workaround or can be forwarded.
Test case:
<span contenteditable=""false"">abcd<span contenteditable=""true"">efgh</span>ijkl</span>
The idea is to have a fixed structure with contenteditable=false (basically some fake post-processing tags), that has an editable window inside.

Outcome:
IE: surprisingly, everything works as expected
FF: all keyboard interaction except typing is dead in the inner block
Chrome: completely crashes browser
Opera: entire block is non-editable
Safari: ""sort of"" works, browser crashes when you delete everything in the inner block

I was a bit surprised to see webkit appcrash like this, I guess fame comes with a price :)"	New Feature	closed	Normal		General		fixed		Hallvord R. M. Steen (Opera Software)
