Opened 12 years ago
Closed 12 years ago
#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: | ||
Blocked by: | Blocking: |
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
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.