[Webkit-unassigned] [Bug 30267] editing\pasteboard\paste-xml.xhtml should not be skipped for windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 12 09:25:02 PDT 2009


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





--- Comment #4 from Darin Adler <darin at apple.com>  2009-10-12 09:25:02 PDT ---
I think the best way to fix this would be to add the same fast case for pasting
plain text to the more general pasting code. The more general case should
detect that this can be done without creating a new text node. Then aspects (2)
and (3) of the test results would be same cross-platform.

Item (1) might still require different results per-platform.

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