[Webkit-unassigned] [Bug 25057] New: remove rangeCompliantEquivalent and replace it with Position methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 6 02:22:54 PDT 2009


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

           Summary: remove rangeCompliantEquivalent and replace it with
                    Position methods
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


remove rangeCompliantEquivalent and replace it with Position methods

As part of fixing bug 24763 Position now up-front knows if it's a neighbor
anchored or parent-anchored and we don't need (or want)
rangeCompliantEquivalent to do a "just in case" conversion any more.  We can
either use a Position::toParentAnchoredEquivalent function or just
computeOffsetInContainerNode() and containerNode() directly.


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



More information about the webkit-unassigned mailing list