Search found 4 matches

by waver
Sat Apr 09, 2011 1:48 pm
Forum: TestLink 1.9
Topic: Why Images are not attached in test spec (MS Word formnat)?
Replies: 11
Views: 18209

Re: Why Images are not attached in test spec (MS Word formna

To prevent this issue FCKedit php connector configuration can be changed like this: http://mantis.testlink.org/view.php?id=4396
by waver
Thu Mar 03, 2011 1:26 pm
Forum: TestLink 1.9
Topic: Why Images are not attached in test spec (MS Word formnat)?
Replies: 11
Views: 18209

Re: Why Images are not attached in test spec (MS Word formna

Hi sss,

it should work, but you have to replace $docText with $generatedText and insert it on line 249.
Before 250 $generatedText .= renderEof();

I've not tested on 1.8.5. please report if it is working.

Regards waver
by waver
Fri Feb 18, 2011 7:15 am
Forum: TestLink 1.9
Topic: Why Images are not attached in test spec (MS Word formnat)?
Replies: 11
Views: 18209

Re: Why Images are not attached in test spec (MS Word formna

Which Version of Word are you using?
My Findings are:
- Word 2003 SP3 (Windows XP SP3) -> working fine
- Word 2004 (OSX 10.6) -> working very slow (until the image is in the visible area it start to load it 50kb - 1-2 min)
- Word 2008 (OSX 10.6) -> working very slow

Regards Waver
by waver
Thu Feb 17, 2011 5:23 pm
Forum: TestLink 1.9
Topic: Why Images are not attached in test spec (MS Word formnat)?
Replies: 11
Views: 18209

Re: Why Images are not attached in test spec (MS Word formna

Hi aostad, I had tha same issue. I figured out that the problem is the path to the image (src="/path/to/image.jpg"). If it is (src="http://www.example.com/path/to/image.jpg") it is working in some Word Versions. Following code snippet is able to add the domain name in front of im...