#4953 closed bug (worksforme)
$().position() returns a null object in the latest release of IE8.
Reported by: | Olly | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The following code works in firefox, but fails in the latest release of IE8.
var nav = $("#nav"); var left = nav.position().left;
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Seems to work for me as well; reopen if you have a test case.
Note: See
TracTickets for help on using
tickets.
Can't confirm this in any IE version: http://jsbin.com/oyani Do you've got a testcase?