If the image is blacklisted on initial page load then unblacklisted after the image is loaded, then the notes will be mispositioned at the bottom of the image. This is because we relied on $image.height() to calculate the note position, but the image height is zero when the image is hidden. Potential fix for #4370.