Stop copy/paste confirmation nag MS Word to IE

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
Herb Bauer
TestLink user
Posts: 4
Joined: Thu Jul 07, 2011 1:30 pm

Stop copy/paste confirmation nag MS Word to IE

Post by Herb Bauer »

We do want to avoid the copy/paste confirmation that forces an additional set of clicks when pasting from Word into TestLink using IE. There is a workaround, so the issue is not that urgent: From the Internet Explorer > Tools > Internet Options, go to Security tab and click on Custom Level. Then enable the radio button, “Allow Programmatic clipboard access”.

The install manual says CKEditor can be configured via settings in the file: <testlink>/cfg/tl_fckeditor_config.js.

The settings in fckconfig.js were:
FCKConfig.ForcePasteAsPlainText = false ;
FCKConfig.AutoDetectPasteFromWord = true ; // IE only.

I tried:
FCKConfig.ForcePasteAsPlainText = true ;
FCKConfig.AutoDetectPasteFromWord = true ; // IE only.

And:
FCKConfig.ForcePasteAsPlainText = true ;
FCKConfig.AutoDetectPasteFromWord = false ; // IE only.

Neither attempt worked. What am I overlooking?

Thank you for your ideas,
Herb
Post Reply