[Webkit-unassigned] [Bug 83714] New: Resolve styles when pasting HTML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 11 13:33:05 PDT 2012


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

           Summary: Resolve styles when pasting HTML
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dcheng at chromium.org
                CC: eric at webkit.org, abarth at webkit.org, rniwa at webkit.org,
                    jamesr at chromium.org


http://crbug.com/121163

It appears that Firefox and IE appear to resolve styles in <style> blocks correctly when inserting HTML. We should try to figure out how to do the same with WebKit.

This last time this came up, I tried two similar approaches:
1) Detached Document with EmptyClients (this was considered a hack and abandoned)
2) Having the embedder supply a Page. I actually got this working at one point, but it had the same problem with asserts that approach #1 did (https://bugs.webkit.org/show_bug.cgi?id=62112#c34 illustrates some of the issues I hit last time).

#1 is probably out of the question, but #2 might still be worth considering.

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