[Webkit-unassigned] [Bug 60273] New: Remove a separate instance of SelectionController, used to track text dragging into frames

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 5 09:00:07 PDT 2011


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

           Summary: Remove a separate instance of SelectionController,
                    used to track text dragging into frames
           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: dglazkov at chromium.org
                CC: rniwa at webkit.org, leviw at chromium.org


Filing for future yak shaving opportunities.

In fixing bug 8931, an extra instance of SelectionController was added to Page, specifically to track the caret when dragging text into a subframe. The commit had this useful comment:

// FIXME: Replace this with a function on the selection controller or change it to Selection instead?

This comment was removed in future refactoring, which is sad. Over time, the relationship between this instance and the one on Frame grew complicated.

We should come back to this, untangle and remove the extra SelectionController instance on Page.

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