[Webkit-unassigned] [Bug 38352] New: Need to updateLayout after typing commands too

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 29 14:33:43 PDT 2010


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

           Summary: Need to updateLayout after typing commands too
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: justin.garcia at apple.com


In EditCommand::apply(), unapply() and reapply(), we do an updateLayout in case
the editing operation doesn't do it itself.  We should provide this convenience
for typing commands, too.  Text insertion is part of some open typing command,
and they don't go through these functions, but all high level editing
operations go through Editor::appliedEditing, unappliedEditing and
reappliedEditing.  We should move the updateLayout there.

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