Did you ever solve this issue ? It's just started happening to my installation/s (WinNT Zope 1.10.2/1.11.1 IE5, Opera 3.10) even after re-installing Zope, trying different browsers, everything I could think of. The really interesting/frustrating bit is that I was adding copy/cut/paste support to my application when it occurred. At this point I am stumped ! Robert Leftwich On Wednesday, 5 May 1999 17:02, John Eikenberry [SMTP:jae@kavi.com] wrote:
Hey all,
On my home installation of Zope (see below for system specs), I can't seem to cut/copy/paste. Whenever I cut or copy somthing it never sticks. The paste button appears on the screen refresh, but it disappears as soon as I go into another folder. And if I just hit the paste button while its there, I always get the error below.
Specs:
Debian 2.1 glibc2.0.7 linux 2.2.6 Zope binary distributioin 1.10.2 netscape 4.5 apache 1.3.3 w/ pcgi
! No clipboard data found.
Ok (button)
Traceback (innermost last): File lib/python/ZPublisher/Publish.py, line 877, in publish_module File lib/python/ZPublisher/Publish.py, line 590, in publish (Info: /img_orig/manage_pasteObjects) File CopySupport.py, line 150, in manage_pasteObjects (Object: Navigation) Copy Error: (see above)
I haven't had this problem on any other machine. Has anyone else had this problem? Any ideas?
BTW, I just tried with 1.11.0pre1 and it still doesn't work (the traceback is different, but basically the same error).
Thanks,
---
John Eikenberry [jae@kavi.com - http://taos.kavi.com/~jae/] ______________________________________________________________ "A society that will trade a little liberty for a little order will deserve neither and lose both." --B. Franklin
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
On Tue, 18 May 1999, Robert Leftwich wrote:
Did you ever solve this issue ?
It's just started happening to my installation/s (WinNT Zope 1.10.2/1.11.1 IE5, Opera 3.10) even after re-installing Zope, trying different browsers, everything I could think of. The really interesting/frustrating bit is that I was adding copy/cut/paste support to my application when it occurred.
My problem was that I was going through a web proxy (junkbuster) that, amoungst other things, blocks cookies from unapproved sites.... and I had forgot to approve my site. :) Basically, cookies are required for cut/copy/paste... check to make sure they are working properly. --- John Eikenberry [jae@kavi.com - http://taos.kavi.com/~jae/] ______________________________________________________________ "A society that will trade a little liberty for a little order will deserve neither and lose both." --B. Franklin
participants (2)
-
John Eikenberry -
Robert Leftwich