[Webkit-unassigned] [Bug 130658] New: Recompute gapLen in deleteInsignificantText()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 23 21:46:50 PDT 2014


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

           Summary: Recompute gapLen in deleteInsignificantText()
           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: jinwoo7.song at samsung.com


According to Darin's comment in bug 130634, we should verify if the code is incorrect and the gapLen should be recomputed.

"I suspect the dead store here indicates a bug. I think that gapLen needs to be recomputed. Instead of removing this line of code, we should add a line of code: gapLen = gapEnd - gapStart; But of course, we also need to construct a test case to demonstrate that the code is incorrect, which could be difficult."

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