[Zope] Does SiteRoot Interfere With Copy-Paste?
Oleg Broytmann
Oleg Broytmann <phd@phd.pp.ru>
Tue, 11 Dec 2001 12:09:35 +0300
On Mon, Dec 10, 2001 at 05:33:00PM -0800, Dan Shafer wrote:
> I have encountered a peculiarity and I'm having trouble understanding it.
>
> I have a folder on my site called "learning" where I experiment with
> stuff I'm figuring out. When I get something working there, I want to
> copy the resulting object(s) and paste it(them) into another folder
> on my site.
>
> This works fine except in one of my folders. The only difference I
> can see between the folders where it does work and this renegade is
> that the folder where it doesn't work has a SiteRoot and the others
> don't.
>
> In this folder, the Paste button just never appears. Everywhere else
> on the site, it's fine.
>
> Anyone got an insight?
I saw the problem many times, but I was never able to fix it :( To
overcome this I edit the site using direct connection to ZServer (on port
8080).
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.