Closed sleemanj closed 4 years ago
Raw image data that cause the problem. Attachment: raw_img_data.zip
ejucovy changed cc to ejucovy
WFM, Firefox 58
Probably time has marched on since this was reported and processor speed has caught up.
Also, putting that much Data URI in a page is a bad idea generally, and DOMWalk will be faster.
wontfix
new
to closed
I am using Xinha to allow rich text editing in my web application. When the editor component gets an "img" tag with raw base64 encoded image data in it (see template file for html img data that cause the problem) the TransformerInnerHTML.js script hangs on the "cleanHTML" method. Probably the regular expression match and replace takes too long for these type of use cases. Problem is reproducible in Xinha 0.95. I haven't tried other Xinha versions.
Reported by guest, migrated from http://trac.xinha.org/ticket/1596