[Webkit-unassigned] [Bug 47424] New: unlink removes inline style of anchor elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 8 11:06:29 PDT 2010


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

           Summary: unlink removes inline style of anchor elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         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 removes all inline style declaration from anchor elements on unlink.

Reproduction steps:
1. Goto http://www.mozilla.org/editor/midasdemo/
2. Type in the following HTML in HTML source mode.
hello
<a href="/" style="font-weight: bold;display:block;">world</a>
WebKit
3. Select all
4. Unlink

Expected result (Firefox and Internet Explorer get this result):
hello
<span style="style-weight: bold;display:block;">world
WebKit

Actual result:
hello world WebKit.

Both .

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