Bug 88968
Summary: | [Meta] Replace isEditablePosition() used in editing code with ensureEditableXXX variants. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hayato Ito <hayato> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | dglazkov, dominicc, morrita, rniwa, shinyak, tasak |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 82697 |
Hayato Ito
This will be a follow up meta bug of bug 88484.
In editing, isEditablePosition(Position) is used in 25 locations. We have to replace some of them with ensureEditableXXX/isEditablePosition() variants.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Shinya Kawanaka
It would be OK if we call Node::isContentEditable() instead of Node::rendererIsEditable().
Let's make this WONTFIX.