Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed offset function for objects in iframes. #114

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

velocityzen
Copy link

So. It passed tests of course.

getWindowScroll() function had some bugs.

  1. pageXOffset and pageYOffset properties not supported by IE 8 and earlier
  2. When you trying to get offset for node in iframe, getWindowScroll must return scroll inside iframe. Not for global window.

@rvagg
Copy link
Collaborator

rvagg commented Apr 13, 2013

hey @velocityzen, any chance you could think up some additional tests for these to demonstrate the original problem(s) so we don't get regressions in future?

@velocityzen
Copy link
Author

Yeah.

@rvagg
Copy link
Collaborator

rvagg commented Oct 14, 2013

how are we going on those tests @velocityzen, any brilliant ideas to be able to capture this as a test case?

@velocityzen
Copy link
Author

Hello. Don't have a time for this, sorry. Test case is simple. Just check element positioning inside iframe!

@rvagg
Copy link
Collaborator

rvagg commented Oct 14, 2013

will leave this open for now in case anyone else has time to add tests for this, otherwise it'll probably just be closed at some point in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants