Bug 88968

Summary: [Meta] Replace isEditablePosition() used in editing code with ensureEditableXXX variants.
Product: WebKit Reporter: Hayato Ito <hayato>
Component: HTML EditingAssignee: 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
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.