[Webkit-unassigned] [Bug 36683] New: execCommand should support deprecated 'useCSS' for compatibility

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 26 16:08:39 PDT 2010


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

           Summary: execCommand should support deprecated 'useCSS' for
                    compatibility
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: tony at chromium.org, jparent at google.com,
                    ojan at chromium.org, enrica at apple.com


WebKit should support execCommand('useCSS', false, 'true'/'false') to be
compatible with websites made for old versions of Firefox.  It's the same
command as 'styleWithCSS'.  See the end of
https://developer.mozilla.org/en/Midas.  We could argue that we shouldn't
support it since it's already deprecated but there seems to be some websites
that rely on this command.  For example,
http://www.mozilla.org/editor/midasdemo/ is such a website.

Production step,
1. Go to http://www.mozilla.org/editor/midasdemo/
2. Check "Use CSS")
2. Execute any command

Expected: Styles are added by CSS.
Actual: Styles are added by presentational tags.

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