[Webkit-unassigned] [Bug 70248] New: Pass a Frame* parameter in EditorClient::respondToChangedSelection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 17 10:47:11 PDT 2011


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

           Summary: Pass a Frame* parameter in
                    EditorClient::respondToChangedSelection
           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: tonikitoo at webkit.org


Most of the port specific implementations of EditorClient::respondToChangedSelection (like EditorClient{Qt,Gtk,etc}) are wrongly relying on FocusController::focusedOrMainFrame method to get the Frame where the selection is happening on.

It is not right, since a selection can be easily triggered in an inner frame that is not focused.

Patch coming...

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