Modify ↓
Ticket #4824 (closed bug: invalid)
API / 1.3 / CSS / Positioning / Offset works wrong
| Reported by: | lytican | Owned by: | brandon |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | offset | Version: | 1.3.2 |
| Keywords: | offset, window.open | Cc: | |
| Blocking: | Blocked by: |
Description
Error ocures right after executes window.open(); no other js, no any conflicts. Child page may be even blank. But after that, $('#elem').offset() returns object with Left = 0, Top = 0, and all popup-menus on page positioning around that point - left top corner of the page :( what is this?
browsers: checked on FF3.5, IE8 os: winxp
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Please provide a test case.