[Webkit-unassigned] [Bug 43017] New: removeFormant needs to be reimplemented

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 26 16:36:09 PDT 2010


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

           Summary: removeFormant needs to be reimplemented
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: NeedsReduction
          Severity: Major
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: mjs at apple.com, tony at chromium.org, jparent at google.com,
                    ojan at chromium.org, enrica at apple.com


The current implementation of RemoveFormatCommand deletes the entire selection and put them back using insertText.  But this deletes all elements within the selection.  We must implement a new version of RemoveFormatCommand that matches the behaviors of other browsers such as MSIE and Firefox.

As discussed on webkit-dev, we need to do the following:

1. Determine what each browser do for every HTML / CSS element on removeFormat
2. Rewrite RemoveFormat to match the desired behavior

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