Side navigation
#4953 closed bug (worksforme)
Opened July 23, 2009 05:16AM UTC
Closed October 14, 2009 01:05AM UTC
Last modified March 13, 2012 05:37PM UTC
$().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;
Can't confirm this in any IE version: http://jsbin.com/oyani
Do you've got a testcase?