#11699 closed bug (duplicate)
Jquery offset() strange positioning of fixed positioned elements
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Jquery offset() does strange things, when called on fixed positioned element.
First call of myFixedElement.offset(position) positions element relative to window, all next calls will position it relative to document.
You can try demo. Just scroll to the bottom and click on "Hell yes". Notice the "Hell no" disappearing. Click again. "Hell no" will show again.
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Link to demo: http://jsfiddle.net/w9WqJ/2/