ded / bonzo

library agnostic, extensible DOM utility
Other
1.32k stars 137 forks source link

Fixed offset function for objects in iframe. #113

Closed velocityzen closed 11 years ago

velocityzen commented 11 years ago

When you try to calc offset for node in iframe, offset function still adds scrollTop and scrollLeft from top window. This fixes it for position relative to iframe document.

ded commented 11 years ago

this is a very strange diff. would you mind keeping your changes to just src/bonzo.js. and then verify that the tests still pass?

velocityzen commented 11 years ago

I'm closing this. And make a new one.