Jump to content

Featured Replies

Posted

I believe I reported this a couple of years ago, or made a suggestion to upgrade this, but it is still an issue. Whenever someone shares an article on my site the iFrame tags that are embedded insert this obsolete html tag: scrolling="no"

I am not sure about other sites, but with mine we share lots of the articles, so this error is an issue with SEO, and you can see examples of it here:

https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.celiac.com%2Fforums%2Ftopic%2F156801-do-anti-diarrheal-medications-help-during-recovery%2F 

Is this something you are aware of, and working on?

Solved by Marc

Go to solution

Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.

 

  • 1 month later...

A fix for this has been submitted for review and should be in the 4.7.1 release unless there are issues in testing.

  • 4 weeks later...
  • Solution

This issue has been resolved in 4.7.0 which has recently been released. Please upgrade to that version to resolve this, and of course, let us know if you are still seeing any issues.

  • Author

I have updated my site to 4.7, yet the scrolling="no" is still present, and the error is still there:

https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.celiac.com%2Fforums%2Ftopic%2F157194-long-haul-covid-from-celiac-disease%2F

A look at view source for:
https://www.celiac.com/forums/topic/157194-long-haul-covid-from-celiac-disease/#comment-1100737

Shows:

 
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-embedauthorid="28795" data-embedcontent="" data-embedid="embed1807498815" scrolling="no" src="https://www.celiac.com/applications/core/interface/index.html" style="overflow: hidden; height: 400px; max-width: 502px;" data-embed-src="https://www.celiac.com/articles.html/no-greater-risk-of-covid-19-or-severe-covid-19-in-celiac-disease-patients-r5863/?do=embed"></iframe>
   

This change will not retroactively apply to existing embeds.

  • Author

That is too bad, as I've got such posts everywhere in my site, and such errors are bad for SEO.

  • Author

I did a small test, and it seems that simply removing:
scrolling="no

seems to eliminate the errors, and I see no downside to this approach. Do you have any concerns with using this approach?

Edited by sadams101

  • Author

Actually replacing 

scrolling="no

with:

data-controller="core.front.core.autoSizeIframe"

seems to work without downsides....please let me know.

  • Author

A quick update, on my test site simply stripping scrolling="no" eliminated the errors, and the posts function correctly.

Recently Browsing 0

  • No registered users viewing this page.