Bug 120309

Summary: [CSS Regions] Children of a contentEditable element are not editable anymore when they are flowed in the element itself
Product: WebKit Reporter: Mihai Balan <mibalan>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bfulgham, WebkitBugTracker
Priority: P2 Keywords: AdobeTracked
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 115861    
Bug Blocks: 57312    
Attachments:
Description Flags
HTML file highlighting the problem none

Description Mihai Balan 2013-08-26 06:52:01 PDT
Created attachment 209649 [details]
HTML file highlighting the problem

It seems that similarly to bug 115861, when the children of an element with contentEditable="true" are flowed in the element itself, the contentEditable attribute is lost and they content of the element is no longer editable.

See the attached sample - the text in the black bordered rectangle should be editable, but it's not. What's interesting is that the blue highlight is still displayed when it received focus but the content is still not editable.
Comment 1 Brent Fulgham 2022-07-13 09:23:15 PDT
CSS Regions were removed in Bug 174978.