Bug Tracker

Ticket #2993 (closed bug: fixed)

Opened 6 months ago

Last modified 1 month ago

.offsetParent() fails on fixed position elements in Opera/IE7

Reported by: scott.gonzalez Assigned to: scott.gonzalez
Type: bug Priority: major
Milestone: 1.3 Component: offset
Version: 1.2.6 Keywords:
Cc: Needs: Review

Description

Calling .offsetParent() on a fixed position element returns the document in Opera and IE 7.

Attachments

Change History

Changed 6 months ago by scott.gonzalez

Not sure if this is a valid fix, but changing the return statement to

return jQuery(offsetParent || document.body);

fixes this specific problem.

Changed 6 months ago by scott.gonzalez

  • status changed from new to closed
  • resolution set to fixed

Fixed in [5715].

Changed 4 months ago by flesler

  • status changed from closed to reopened
  • resolution deleted

Changed 4 months ago by flesler

  • owner changed from brandon to scott.gonzalez
  • status changed from reopened to new

Changed 4 months ago by flesler

  • status changed from new to closed
  • resolution set to fixed

Changed 1 month ago by flesler

  • priority changed from blocker to major
Note: See TracTickets for help on using tickets.