Hi! I'm trying to copy a DTML method in the Root Folder. (This happens also after restarting Zope and restarting the Netscape client too.) 1.) I select the method and press [Copy] 2.) [Paste] is shown. 3.) I press [Paste], and get: No clipboard data found. [Ok] Traceback (innermost last): File /home/zope/Zope-2.0.0b1-src/lib/python/ZPublisher/Publish.py, line 297, in publish_module File /home/zope/Zope-2.0.0b1-src/lib/python/ZPublisher/Publish.py, line 192, in publish File /home/zope/Zope-2.0.0b1-src/lib/python/ZPublisher/mapply.py, line 154, in mapply (Object: manage_pasteObjects) File /home/zope/Zope-2.0.0b1-src/lib/python/ZPublisher/Publish.py, line 98, in call_object (Object: manage_pasteObjects) File /home/zope/Zope-2.0.0b1-src/lib/python/OFS/CopySupport.py, line 186, in manage_pasteObjects (Object: ApplicationDefaultPermissions) Copy Error: (see above) If I try to do this to a DTML Document in a SubFolder, the same happens :( Zope 2.0.0b1, Zopebase converted from BoboPOS2(Zope2.0.0a3). Andreas -- Andreas Kostyrka | andreas@mtg.co.at phone: +54/1/7070750 | phone: +43/676/4091256 MTG Handelsges.m.b.H. | fax: +43/1/7065299 Raiffeisenstr. 16/9 | 2320 Zwoelfaxing AUSTRIA
Concerning my previous bug report about Copy/Paste with 2.0.0b1, I've discovered that it also happens with the Data.fs.in as supplied. (Tried to copy index_html). Same error traceback. :( Andreas -- Andreas Kostyrka | andreas@mtg.co.at phone: +54/1/7070750 | phone: +43/676/4091256 MTG Handelsges.m.b.H. | fax: +43/1/7065299 Raiffeisenstr. 16/9 | 2320 Zwoelfaxing AUSTRIA
On Sat, 24 Jul 1999, Andreas Kostyrka wrote:
Concerning my previous bug report about Copy/Paste with 2.0.0b1, I've discovered that it also happens with the Data.fs.in as supplied. (Tried to copy index_html).
Same error traceback. :( Ok, I've found the "bug". This netscape was configured to suppress all cookies without notice.
Andreas -- Andreas Kostyrka | andreas@mtg.co.at phone: +54/1/7070750 | phone: +43/676/4091256 MTG Handelsges.m.b.H. | fax: +43/1/7065299 Raiffeisenstr. 16/9 | 2320 Zwoelfaxing AUSTRIA
Andreas Kostyrka wrote:
Hi!
I'm trying to copy a DTML method in the Root Folder. (This happens also after restarting Zope and restarting the Netscape client too.)
1.) I select the method and press [Copy] 2.) [Paste] is shown. 3.) I press [Paste], and get:
No clipboard data found. [Ok]
Curious. I'm not having this problem. Has anyone else seen this? What platform are you using? Does this happen with new documents? Does it happen with any other objects? Jim
On Sun, 25 Jul 1999, Jim Fulton wrote:
Curious. I'm not having this problem. Probably. I do not have it with MY browser too. The browser that I've discovered this with had cookies suppressed without warning. So it's probably not a bug, but perhaps the Management interface should check if it can set cookies: The FRAMESET tries to set a cookie, which should in theory be already sent back to the left and right frame. If the cookie is not found, than warn the user about not being able to do things like Copy/Paste, Versions, etc.
Andreas -- Andreas Kostyrka | andreas@mtg.co.at phone: +54/1/7070750 | phone: +43/676/4091256 MTG Handelsges.m.b.H. | fax: +43/1/7065299 Raiffeisenstr. 16/9 | 2320 Zwoelfaxing AUSTRIA
participants (2)
-
Andreas Kostyrka -
Jim Fulton