Changes between Version 1 and Version 2 of Ticket #11461
- Timestamp:
- Jan 19, 2014, 11:53:12 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11461 – Description
v1 v2 4 4 5 5 Main obstacle: uploading is asynchronous when #paste event is synchronous. 6 7 Worth mentioning: since we have ACF, we may finally and completely switch to reading pasted data from paste event. The problem was that on Webkit&Blink it contains awful HTML markup with millions of inline styles. This way we'll be able to get rid of pastebin on some browsers. It may be a good opportunity, because most likely we'll have to use data carried in native paste event anyway.