[Webkit-unassigned] [Bug 89380] New: [Editing] Node::isContentEditable() should be used instead of Node::rendererIsEditable() for editing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 18 14:21:45 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89380

           Summary: [Editing] Node::isContentEditable() should be used
                    instead of Node::rendererIsEditable() for editing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at chromium.org
            Blocks: 82697


In some editing commands, Node::rendererIsEditable() does not return the correct value because renderer might be gone during the command.
In that case, we have to recalculate style. Node::isContentEditable() will work for you.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list