mark-rolich / Magnifier.js

Javascript library enabling magnifying glass effect on an images
MIT License
831 stars 194 forks source link

Magnifier inside accordion #17

Open liangkaile opened 9 years ago

liangkaile commented 9 years ago

I was trying out magnifier inside accordion and found some issue. One is that getBoundingClientRect() can not get the real bounding if accordion is closed, thus the updateLensOnLoad() can not calculate the len size. One way to fix this is to updateLens once more on other event, e.g., mouseover.