Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #837044

    If I enter an iframe code into a text block, the iframe content displays, BUT the title attribute is stripped.

    In a text block: <iframe title=”google” src=”//www.google.com” width=”500px” height=”500px”></iframe>

    The output in the browser is: <iframe src=”//www.google.com” width=”500px” height=”500px”></iframe>’

    If I put the iframe within the Code Block element and disable shortcode processing the title is retained:
    The output in the browser is: <iframe title=”google” src=”//www.google.com” width=”500px” height=”500px”></iframe>

    Suggestions?

    #837204

    Hey lssu,

    Have you tried to put the title back in via JS?

    Best regards,
    Jordan Shannon

    #837474

    Yes, I can and have done so, but it is not practical as we have many editors and I can not create JS code for each iframe they put in or when they update. Is this a known issue? Will it be fixed?
    Thanks!

    #837525

    Hi,

    I have reported this error to our devs and we will try and get a permanent solution as soon as possible.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.