#2993 closed bug (fixed)
.offsetParent() fails on fixed position elements in Opera/IE7
Reported by: | scottgonzalez | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | offset | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Calling .offsetParent() on a fixed position element returns the document in Opera and IE 7.
Change History (6)
comment:1 Changed 15 years ago by
comment:3 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 Changed 15 years ago by
Owner: | changed from brandon to scott.gonzalez |
---|---|
Status: | reopened → new |
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 14 years ago by
Priority: | blocker → major |
---|
Note: See
TracTickets for help on using
tickets.
Not sure if this is a valid fix, but changing the return statement to
fixes this specific problem.