RESOLVED WONTFIX 88968
[Meta] Replace isEditablePosition() used in editing code with ensureEditableXXX variants.
https://bugs.webkit.org/show_bug.cgi?id=88968
Summary [Meta] Replace isEditablePosition() used in editing code with ensureEditableX...
Hayato Ito
Reported 2012-06-12 23:35:21 PDT
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
Shinya Kawanaka
Comment 1 2012-06-18 12:08:05 PDT
It would be OK if we call Node::isContentEditable() instead of Node::rendererIsEditable(). Let's make this WONTFIX.
Note You need to log in before you can comment on or make changes to this bug.