Bug 120063
Summary: | [CSS Regions] Calling document.execCommand() has no effect if element with contentEditable attribute set is a region | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mihai Balan <mibalan> |
Component: | HTML Editing | Assignee: | 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: | |||
Bug Blocks: | 57312 |
Mihai Balan
If an element is a region (has the flow-from property set to a valid identifier) and it also has the contentEditable attribute set to 'true', calling document.execCommand() to change the contents of said element will have no effect.
However, I'm not 100% sure this behavior is non standard (or if specified, in a way or another, at all).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
CSS Regions were removed in Bug 174978.