Modify ↓
Ticket #4583 (closed bug: invalid)
Offset doesn't work correctly in Opera
| Reported by: | m.wysocki | Owned by: | brandon |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3.2 |
| Component: | offset | Version: | 1.3.2 |
| Keywords: | offset bug opera top parent | Cc: | |
| Blocking: | Blocked by: |
Description
I've got table and td element inside <div>
<table>
<tbody>
<tr>
<td id="someTdId">
...
$("#someTdId").offset() return {left: good, top: bad} Offset function returns top offset of the div/table/tbody.
Bug shows up in Opera 9.27. Code works for me in FF 3.0.5 and Google chrome 1.0.154.53.
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.

I'm using jQuery v1.3.2 Revision: 6246.