[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 13:13:10 PDT 2009


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





--- Comment #7 from Victor Wang <victorw at chromium.org>  2009-10-12 13:13:10 PDT ---
That's because the fragment child is not a text node:
if (!fragment.firstChild() || fragment.firstChild() != fragment.lastChild() ||
!fragment.firstChild()->isTextNode())

Mac version pastes this as text due to the workaround while Windows pasting
this as HTML fragment.

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