[Webkit-unassigned] [Bug 101682] New: RemoveFormat command doesn't remove background color

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 18:23:16 PST 2012


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

           Summary: RemoveFormat command doesn't remove background color
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InChromiumBugs
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ojan at chromium.org, enrica at apple.com,
                    webkit-bug-importer at group.apple.com


Steps to reproduce the problem:
1. create js node 'some <span style="color: black; background-color: #ff0000;">red text</span> here' element 
2. call execCommand with removeFormat on the created node

What is the expected behavior?
'some <span>red text</span> here'
ie: Background colour is removed

What went wrong?
'some <span style="background-color: #ff0000;">red text</span> here'
ie: Background colour is not removed

http://code.google.com/p/chromium/issues/detail?id=159407

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