poa
Results
2
issues of
poa
I use Magnific to show images on a web page, and have a feature to let the user update the image caption/title. I have the caption in a data-image-description attribute...
On some browsers (I think mostly old IE like < IE11) the call to `ele.getBoundingClientRect();` threw an uncaught exception if the element wasn't in the DOM. I added a check...