niklasvh / html2canvas

Screenshots with JavaScript
https://html2canvas.hertzen.com/
MIT License
30.48k stars 4.8k forks source link

Infinite loop when using html2canvas #3111

Open bbracha-evinced opened 1 year ago

bbracha-evinced commented 1 year ago

Bug reports:

Seems that html2cavans gets into an infinite loop when trying to take a screenshot of this page in the following state (where the cart notification is open). It seems to keep cloning the cart element, in a loop. Note that this element is a shadow dom element.

https://a11y-test.com/collections/all

image

Here is what the DOM looks like - many copies of the cart element

image

Specifications: