Skip to content

Drag Column top position out of alignment with table. #19

Description

@sitesense

I actually thought this was a feature at first but now think it's a bug.

I've fixed this by changing the following line:
elementOffsetTop = self.element.position().top;

To this:
elementOffsetTop = self.element.offset().top;

"position()" calculates the element position relative to the offset parent,
where "offset()" calculates the element position relative to the document.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions