[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 11:07:52 PDT 2012


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


Ryosuke Niwa <rniwa at webkit.org> changed:

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




--- Comment #19 from Ryosuke Niwa <rniwa at webkit.org>  2012-05-02 11:07:51 PST ---
(In reply to comment #18)
> Getting rid of UTF8 means that other symbols, such as opening and closing quotation marks, no longer show up correctly. Most web content is written in UTF8. Please hold off on declaring this bug invalid.
> 
> Getting rid of "base64" works, but then I lose fidelity with the original data.
> 
> It seems completely reasonable that base64 would work with UTF8 content. I don't think it's right to declare utf8 out of spec for data: uri.

The problem is that the encoding isn't utf-8. Given that our implementation of btoa and decoding behavior matches that of Gecko, changing this behavior will likely to have some compatibility implications. Please make necessary comments on public-html or whatwg.

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