Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cut/copy & paste of many items #201

Closed
wants to merge 1 commit into from
Closed

Fix cut/copy & paste of many items #201

wants to merge 1 commit into from

Conversation

petschki
Copy link
Member

Save the cut/copy clipboard to request.SESSION because browser cookie length is restricted to 4096 bytes.

fixes #200

@mister-roboto
Copy link

@petschki thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!

@petschki
Copy link
Member Author

@jenkins-plone-org please run jobs

@jensens
Copy link
Sponsor Member

jensens commented Dec 26, 2021

Session is deprecated AFAIK, I do not think this one would work with Zope 5, right?

@mauritsvanrees
Copy link
Sponsor Member

In Plone 6 we don't have the session machinery anymore. You can still add it yourself. tempstorage had some problems, but that got fixed this year. Or use an alternative session implementation.

But sessions are not available by default in Plone 6, so I fear we should close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot copy/cut & paste with a clipboard larger than 4096 bytes
5 participants