#12749 closed bug (fixed)
position() does not handle position:fixed elements correctly
Reported by: | fracmak2 | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: | #11671 |
Description
Fixed element's are relative to the viewport, position() treats position fixed elements relative to their dom parent's offset parent.
Change History (4)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Blocking: | 11671 added |
---|
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixes #12749, correctly detect position() for position:fixed elements, closes gh-991
Changeset: 425272aea1fb30b734bac25b8f74dbe85a3ce215
Note: See
TracTickets for help on using
tickets.
Fixed in pull request https://github.com/jquery/jquery/pull/991