Open Milos5611 opened 7 years ago
Hi :)
This issue still isn't fixed?
@mysteryhistory are you able to reproduce the issue?
Hi Josh and friends.
I think I found the issue, but the original Internet Explorer issue is no longer public.
In IE<=11, calling getBoundingClientRect on an element outside of the DOM throws an unspecified error instead of returning a 0x0 DOMRect
I think other devs have simply wrapped the op in a try {} catch {}
https://caniuse.com/#feat=getboundingclientrect > Known Issues
Hi All,
I have a strange issue only in IE, version 11 i am testing. I get Unspecified error in infinite loop. Anyone encounter similar problem ?