Opened 14 years ago
Closed 12 years ago
#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: | |
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
I have exactly the same problem.
In Opera 9.64 offset() works just fine.
comment:3 Changed 13 years ago by
You should not use scrollTop and scrollLeft for TR and TBODY during element offset calculation (for opera 9.27).
comment:4 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Can you reopen with a working testcase? Closing as invalid for now.
Note: See
TracTickets for help on using
tickets.
I'm using jQuery v1.3.2 Revision: 6246.