#2268 closed bug (invalid)
offset is incorrect in a scrolling tbody
Reported by: | daepark | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | offset | Version: | 1.2.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When a table tbody is set to scroll by setting a height and overflow to auto ( tbody { height: 100px, overflow: auto } ), calculating the offset of any elements within the tbody is off by the amount you've scrolled. Please see attached test case.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | scrolltest.html added |
---|
comment:1 Changed 15 years ago by
comment:3 Changed 15 years ago by
Milestone: | 1.2.2 → 1.2.4 |
---|
Note: See
TracTickets for help on using
tickets.
Have you actually tested that on IE ? you can't just set overflow:auto to a tbody and get scrollbars. I might be possible with deep css hacks. I reported this here: http://groups.google.com/group/jquery-dev/browse_thread/thread/64d9d01267aa69ea# But the change seems useless, as it's not a valid situation on all supported browsers.