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
Stop copy/paste confirmation nag MS Word to IE
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 4
- Joined: Thu Jul 07, 2011 1:30 pm