Skip to main content
Participant
August 27, 2015
Question

CPM.js error/fail from unescaped backslashes in text captions

  • August 27, 2015
  • 1 reply
  • 281 views

We've identified unescaped backslashes (from text captions) in CPM.js as the cause of broken HTML5 projects. Is this a known issue? How do we use use paths (c:\user\folder\file) in text captions without breaking Captivate?

This topic has been closed for replies.

1 reply

TLCMediaDesign
Inspiring
August 27, 2015

You are going to have to escape them yourself.

accstr: 'c:\\user\\folder\\file',

text: ['c:\\user\\folder\\file']

CP is actually using an image otherwise you could escape them in the caption itself.