nytimes / ice

track changes with javascript
Other
1.71k stars 194 forks source link

paste #79

Closed driscom closed 10 years ago

driscom commented 11 years ago

hello, we have observed changes are not tracked with our instance of the TinyMCE plugin when the change is created through Paste (CTRL/CMD+V). We also noticed that the the Pasted contents are tracked in the HTML demo (http://nytimes.github.io/ice/demo/), but not tracked in the TinyMCE plug-in demo.

delambo commented 11 years ago

What browser are you using? Webkit cut-copy-paste is broken in ice and I plan on trying to tackle this soon.

driscom commented 11 years ago

We're using chrome primarily.

caesar2164 commented 11 years ago

@delambo - copy/paste seem to work in most browsers, however, cut seems broken in most browsers (this is for the vanilla ICE, no TinyMCE)

delambo commented 10 years ago

@caesar2164 - Have you tried the latest fixes (within the last month) to cut/paste on master?

caesar2164 commented 10 years ago

Not yet, will try soon and report back. Thanks for the reply @delambo!

caesar2164 commented 10 years ago

@delambo - locally, the new version seems to fix the cut-paste issue. I still haven't been able to confirm it working on my production environment.

delambo commented 10 years ago

A lot of the issues around cut-paste in webkit and Firefox were resolved in the latest 0.5.0 release. Please open a new ticket if you find any problems.