Most likely, they added a handler for the click event and thus can
cancel the copy keyup events anywhere in the page.  Lok through your
javascripts for keypress, keyup, keydown keywords that would clue you
to where this is being cancelled out.

On Sep 18, 4:53 pm, amtames <matt.a...@tnmed.org> wrote:
> Hi,
>
> We recently had our site redeveloped by a professional firm. We
> originally requested that users not be able to copy and paste text
> from our site. This has created an outcry and we would like to have
> text be selectable. I see that they achieved this by using jquery
> which I am not familiar. I believe that I have found the snippet of
> code that turns this ability off/on but I do not know how to write the
> correct code to allow selection of text. This is an IE specific issue,
> not a problem in Firefox.
>
> I have done some investigation online and found this:
>
> http://dev.jqueryui.com/ticket/4773
>
> It looks cut and dry but placing this solution in the js file does
> nothing.  Can you provide guidance on this issue?
>
> Thanks!

Reply via email to