Bug 120309 - [CSS Regions] Children of a contentEditable element are not editable anymore when they are flowed in the element itself
Summary: [CSS Regions] Children of a contentEditable element are not editable anymore ...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: AdobeTracked
Depends on: 115861
Blocks: 57312
  Show dependency treegraph
 
Reported: 2013-08-26 06:52 PDT by Mihai Balan
Modified: 2022-07-13 09:23 PDT (History)
2 users (show)

See Also:


Attachments
HTML file highlighting the problem (1.13 KB, text/html)
2013-08-26 06:52 PDT, Mihai Balan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.