[Webkit-unassigned] [Bug 47426] New: [Qt] Editing commands should not be executed on non-editable content.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 8 11:18:53 PDT 2010


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

           Summary: [Qt] Editing commands should not be executed on
                    non-editable content.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yael.aharon at nokia.com


EditorClientQt is trying to execute edit commands even if it is not in editable content. It is not clear to me why this is necessary.
e.g. clicking somewhere (not editable content) in the page can generate a selection start. Based on existence of selection start we call editing commands and consume the key events, but then we can't scroll.

This scenario is not very predictable so it would be difficult to provide a good layout test. 
I ran all editing layout tests with and without this change, and did not observe any difference in the results.

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