[Webkit-unassigned] [Bug 77294] [Chromium] Copy and paste of HTML content with non-breaking space misbehaves

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 2 10:47:44 PDT 2012


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #16 from Alexey Proskuryakov <ap at webkit.org>  2012-05-02 10:47:43 PST ---
Yes, I now agree that this is correct behavior. Decoding this data URL doesn't produce a UTF-8 encoded source (why would it? at no point has this string been UTF-8). So, telling the parser to use UTF-8 results in bad decoding.

As Ryosuke mentioned, getting rid of "charset=utf-8;" makes this code work.

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