Florian Fahrbach wrote at 2007-2-21 08:44 +0100:
I hope somebody knows an answer to my rather strange problem. It seems that in our Zope-Installation (2.74) we screwed up the Copy/Cut/Paste-Mechanism. We can not copy any objects in the ZMI at all. The result always is, that the same object ist pasted several times (Paste-Button stays at the bottom of the ZMI) or a copy error occurs. When we empty the caches/cookies etc. of the browser and restart it, we can copy one object, before the same behaviour starts again. Does anyone know what the problem could be?
"copy/paste" works with a cookie as clipboard ("_cb", I think). Your description seems to indicate that something with the cookie handling goes wrong. Unfortunately, it is quite difficult to imagine that cookie problems should result in objects copied several times from one paste.... Your problem is weird enough that I would use debugging to find out what happens precisely (search for "pdb.set_trace"). -- Dieter