Modify ↓
Ticket #7190 (closed bug: fixed)
disconnected node offset test fails when document is scrolled
| Reported by: | snover | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.4.3 |
| Component: | unfiled | Version: | 1.4.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Looks like the scrollTop/Left of the document are used as the values of a disconnected node.
Check top, expected: 0 result: 9239, diff: 0 9239
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.

Make sure that we don't attempt to handle scrolling when the node is disconnected from the document. Fixes #7190.