Reply to thread

According to safari dev tools; the copy & paste has the mime types; text/html;text/plain;

[ATTACH=full]254787[/ATTACH]


Digging into the minified js;

[CODE]/text/html/.test(c) && !b.browser.safari ? v = a.clipboardData.getData("text/html") : /text/rtf/.test(c) && b.browser.safari ? v = q : /public.rtf/.test(c) && b.browser.safari && (v = a.clipboardData.getData("text/rtf"))

[/CODE]


For safari this will skip text/html copy & paste :(


Back
Top Bottom