tag:railsillustrated.com,2009:/screencast-endless-page/feedComments on „Screencast: An Endless Page in Rails and Prototype“ Rails Ill.railsillustrated.com/screencast-endless-page.html2009-10-13T06:15:45Ztag:railsillustrated.com,2009-01-16:/screencast-endless-page/comments/12371926832009-03-16T08:38:03Znp said on March 16 2009
HIi,
I am not able to use your code in ie.
(googling suggested that there are some bugs in "viewportOffset()")
any suggestion?? nptag:railsillustrated.com,2009-01-16:/screencast-endless-page/comments/12373429592009-03-18T02:22:39ZErik said on March 18 2009
**np** - It looks like there might be a few bugs in [Prototypes viewportOffset() function](http://prototype.lighthouseapp.com/projects/8886-prototype/tickets?q=viewportOffset). You might want to try avoiding calling the `viewportOffset()` function and use:
$('wrapper').scrollTop
directly. You will usually need to check this for every parent element to get the total offset. Also, if you haven't already tried [Firebug lite](http://getfirebug.com/lite.html) you might want to give it a try. It can be useful in debugging this type of problem. Erikhttp://railsillustrated.comtag:railsillustrated.com,2009-01-16:/screencast-endless-page/comments/12554145452009-10-13T06:15:45ZRoy55 said on October 13 2009
Agreed on the Chile experiment. , Roy55http://link