[Webkit-unassigned] [Bug 131844] REGRESSION (r155700): Pasting an image into content-editable regions is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 18 09:40:18 PDT 2014


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





--- Comment #1 from Brady Eidson <beidson at apple.com>  2014-04-18 09:40:39 PST ---
This happens because 155700 reorders the "get document fragment from image resource" code to add the image resource to the DocumentLoader *after* creating the document fragment that uses it.

Previously we added it before.

Attaching the small patch that fixes the bug by restoring the previous behavior.

Seems like this can be layout testable, but I don't have the cycles to follow through with the test today.

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