[Webkit-unassigned] [Bug 57244] New: Fix all call sites of rendererIsEditable to isContentEditable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 28 09:57:39 PDT 2011


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

           Summary: Fix all call sites of rendererIsEditable to
                    isContentEditable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cshu at webkit.org
        Depends on: 52058


Bug 52058 provides function isContentEditable in addition to rendererIsEditable. rendererIsEditable is an internal function that retrieve render style info to determine the editability of a node. However, the render style info may not sync up with DOM contenteditable attribute. isContentEditable fixes this issue by calling udpate layout. But the performance isn't great. For all call sites that are currently all calling rendererIsEditable, some of them have to call isContentEditable for the sake of code correctness.

-- 
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