You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found that while using an , randomly there is a unexpected behaviour where the content that should be inside the "i-amphtml-carousel-scroll", stays as a direct child of and breaks the carousel behaviour.
Expected Behaviour:
<amp-carousel><divclass="i-amphtml-carousel-content"><divclass="i-amphtml-carousel-scroll">
... My items here...
</div><divclass="i-amphtml-carousel-arrows"></div></div></amp-carousel>
What is happening:
<amp-carousel><divclass="i-amphtml-carousel-content"><divclass="i-amphtml-carousel-scroll"></div><divclass="i-amphtml-carousel-arrows"></div></div>
... My items here...
</amp-carousel>
When it breaks(left), vs expected behaviour(right)
Comparison from the html structure when it breaks vs expected:
Reproduction Steps
The issue about replicating this, is that so far the behaviour seems completly random, so it may need a lot of trial and error:
There are other carousels along the website that are breaking. Again with varying frequency.
Sorry If I can't provide more specific reproduction steps, but I haven't found a way to isolate the issue. Other pages, staging vs production, whatever it is there is not a way to consistently break it. The best I have found is that having "Disable cache" in the network tab seems to mitigate the issue, making it more rare, but still happens.
Relevant Logs
This error is not producing any console logs
Browser(s) Affected
Chrome
OS(s) Affected
MacOS
Device(s) Affected
Macbook pro m1
AMP Version Affected
2401262004000
The text was updated successfully, but these errors were encountered:
Description
I've found that while using an , randomly there is a unexpected behaviour where the content that should be inside the "i-amphtml-carousel-scroll", stays as a direct child of and breaks the carousel behaviour.
Expected Behaviour:
What is happening:
When it breaks(left), vs expected behaviour(right)
Comparison from the html structure when it breaks vs expected:
Reproduction Steps
The issue about replicating this, is that so far the behaviour seems completly random, so it may need a lot of trial and error:
There are other carousels along the website that are breaking. Again with varying frequency.
Sorry If I can't provide more specific reproduction steps, but I haven't found a way to isolate the issue. Other pages, staging vs production, whatever it is there is not a way to consistently break it. The best I have found is that having "Disable cache" in the network tab seems to mitigate the issue, making it more rare, but still happens.
Relevant Logs
Browser(s) Affected
Chrome
OS(s) Affected
MacOS
Device(s) Affected
Macbook pro m1
AMP Version Affected
2401262004000
The text was updated successfully, but these errors were encountered: