Here's an odd one:

We have an issue that has come up with a client using that is using Contribute
3.11 on a site that has been built with Dreamweaver templates (no template
nesting) and PHP includes (no editable regions within the include files). It
seems similar to the issues others have had with users being unable to copy and
paste content from Word or a text file into Contribute, but with a few twists.

The issue is that we have a user on a Windows XP SP3 machine running
Contribute 3.11 who occasionally gets the "You cannot Perform" error when
trying to copy and paste additional content in from either Word (using either
paste as plain text or straight copy and paste) or Notepad. (using either paste
as plain text or straight copy and paste).

* the template is very simple: a few template properties and only one editable
region (and no nesting). And it validates as fully compliant XHTML 1.0
Transitional markup.

* includes are done using the following php syntax, i.e.: <?php
require_once($_SERVER.'/includes/en/navMain.php');?>

* the problem is intermittent, and so far only occurs on just this one user's
machine.

Even weirder, here's a workaround (that seems to work so far):

* Once the problem starts, trying to CTRL-P/CTRL-V, CTRL-P/CTRL-Shift-V or
selecting Edit > Paste / Edit > Paste Text Only DOES NOT WORK. However,
right-clicking with the mouse and select Paste does!

Very odd. Anyone else able to repeat this specific scenario?

Thanks,

Sean