Menu

#1123 pageXOffset and pageYOffset

closed
None
5
2012-10-21
2010-07-05
Anonymous
No

Please add at least dummy implementation of window.pageXOffset and window.pageYOffset. These properties are supported by all browsers except IE8- .

com/gargoylesoftware/htmlunit/javascript/host/Window.java class:

public int jsxGet_pageXOffset() {
  return 0;
}

public int jsxGet_pageYOffset() {
  return 0;
}

Discussion

  • Marc Guillemot

    Marc Guillemot - 2010-07-07

    Changed to bug

     
  • Ahmed Ashour

    Ahmed Ashour - 2010-07-09

    Thanks for reporting, fixed in SVN

     

Log in to post a comment.