Skip to content

Incorrect calculation when using offsetTop/offsetLeft #13708

@frewsxcv

Description

@frewsxcv
<html>
  <body>
    <div></div>
  </body>
  <script>
  var div = document.getElementsByTagName('div')[0];
  window.alert(div.offsetTop);
  window.alert(div.offsetLeft);
  </script>
</html>

Expected: 8, 8

Actual: 0, 0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions