plone / plone.app.content

Various views for Plone, such as folder_contents, as well as general content infrastructure, such as base classes and name choosers.
https://pypi.org/project/plone.app.content/
7 stars 32 forks source link

Cannot copy/cut & paste with a clipboard larger than 4096 bytes #200

Open petschki opened 4 years ago

petschki commented 4 years ago

Due to cookie restrictions copy/cut & paste is restricted to a cookie length of 4096 bytes (depending on browser) ... depending on the count of items you want to cut/copy the clipboard length safed in the __cp cookie can be longer than that.