0
Welcome Guest! Login
0 items Join Now

Problem with RokCandy macro editor

  • Problem with RokCandy macro editor

    Posted 13 years 5 months ago
    • Hi!
      First i thought it was a problem with RokCandy, but this error ist only with MissionControl admin template.

      If I use a an "empty" html tag such as <br /> or <img url /> in the RokCandy macro editor, the slash is deleted after save and reenter the macro and the brackets {} near the slash are corrupted with code.

      Exampel (html part of the macro):
       
      <div style="margin-{mar}: 10px; float:{fl};">
        <div style="text-align:center;">
          <img class="rt-image nomarginbottom" alt="{title}" title="{title}" src="{link}" />
          <br /><span style="font-size:x-small;">{caption}</span>
        </div>
      </div>
       

      After saving and open again in macro editor it looks like this:
       
      <div style="margin-{mar}: 10px; float:{fl};">
        <div style="text-align:center;">
          <img class="rt-image nomarginbottom" alt="{title}" title="{title}" src="%7Blink%7D"><br><span style="font-size:x-small;">{caption}</span>
        </div>
      </div>
       

      As you see, the "{link}" is replaced with %7Blink%7D, also the slash at the end of html tag is deleted. It seems like a problem with filling the field for display.

      Peter

Time to create page: 0.043 seconds