Skip to main content

Bug Tracker

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;

Attachments (0)
Change History (2)

Changed August 08, 2009 03:07PM UTC by jerone comment:1

Can't confirm this in any IE version: http://jsbin.com/oyani

Do you've got a testcase?

Changed October 14, 2009 01:05AM UTC by dmethvin comment:2

resolution: → worksforme
status: newclosed

Seems to work for me as well; reopen if you have a test case.