[Webkit-unassigned] [Bug 10191] New: Styles declared in header aren't carried over on Copy/Paste

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Aug 1 13:55:15 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10191

           Summary: Styles declared in header aren't carried over on
                    Copy/Paste
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: InRadar
          Severity: normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: justin.garcia at apple.com
                CC: justin.garcia at apple.com


Open this snippit:

<head><style>
div { border: 1px solid red; }
</style></head>
<body>
<div>foo</div>
<div>bar</div>
<div>baz</div>
</body>

Select All, Copy, Paste into Blot.

None of the divs have red borders.
It looks like all of the remaining Copy/Paste fidelity problems come from this
bug.

<rdar://problem/4046570> style declared in header doesn't copy/paste right (but
same style declared inline does)


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list